See: Description
Class | Description |
---|---|
AbstractBiDirectionalEgressConnectorElement<S extends SenderConfig,C extends EgressContext> |
The bi-directional egress connector element facilitates out-in MEP where there is a response to the sent out message
via the egress connector and that message is to be injected back into the engine for the response flow.
|
AbstractConnectorOperation |
Base class to be extended by
XConnectorOperationElement implementations |
BareEgressContext |
A bare egress context that is used for the call-out and one-way egress connectors to operate without a specific
transport, or in other words a bare transport
|
BiDirectionalAsyncEgressConnectorElement<S extends SenderConfig,C extends EgressContext> | |
BiDirectionalEgressConnectorElement<S extends SenderConfig,C extends EgressContext> | Deprecated |
EgressConnectorElement<S extends SenderConfig,C extends EgressContext> |
The base class that defines an
EgressConnector . |
IngressConnectorElement<L extends ListenerConfig,C extends IngressConfig> |
The base class that defines an
IngressConnector . |
ResponseIngressConnectorElement<L extends ListenerConfig,C extends IngressConfig> |
The base class that must be extended by all two way ingress connectors (ingress connectors that expect response)
|
ScheduledIngressConfig |
The scheduled ingress connector configuration that holds the information related to a polling connector
|
ScheduledIngressConnectorElement<L extends ScheduledListenerConfig,C extends ScheduledIngressConfig> |
The scheduled ingress connector element that defines the base for the polling connectors
|
SelfSenderConfig |
A sender configuration that always returns false for the matching operation resulting in a new sender configuration
to be created for almost all invocations of the connector registration
|
SingularListenerConfig |
Singular listener config always uses the same transport listener, as there is nothing specific to the transport
listener in the configuration, all configuration for the respective
IngressConnectorElement is available as
properties of the IngressConfig meaning that the listener is specific to the connector rather than sharing
things between connectors. |
UniDirectionalResponseEgressConnectorElement<S extends SenderConfig,C extends EgressContext> |
This class should be extended by out-only EgressConnectors (E.g: JMSEgressConnectors) which provides the facility
for the developers to continue the flow after sending the message to an external system which does not return
a response.
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.