Package | Description |
---|---|
org.adroitlogic.x.base.connector |
This package contains the abstract base implementations of the ingress and egress connections as well as the
connector operations
|
org.adroitlogic.x.base.connector.call |
The call-out and one-way egress connector module that implements a transport sender less connector invocation
specially for client library or SDK based connector development.
|
org.adroitlogic.x.test.connector |
This package contains the base and related classes to be used for the unit test classes for ingress connectors
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
BiDirectionalAsyncEgressConnectorElement<S extends SenderConfig,C extends EgressContext> |
class |
BiDirectionalEgressConnectorElement<S extends SenderConfig,C extends EgressContext>
Deprecated.
|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CallOutEgressConnectorElement
A call-out egress connector element that can be used as the base class for a blocking call-out using a Java client
library such as Facebook of Amazon SDK to call out get a response and re-inject the response to the engine
|
class |
CallOutTypedEgressConnectorElement<T>
A typed call-out egress connector that emits a typed object that will be converted into aN
XMessage by this
class to call the send-receive which emits a message |
class |
OneWayEgressConnectorElement
A one-way egress connector element that can be used as the base class for a send out using a Java client
library such as Kafka or Amazon SQS to call out
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEgressConnectorTest<C extends EgressConnectorElement>
This is the abstract class to be inherited by any unit test class for any
EgressConnectorElement |
Copyright © 2016–2019 AdroitLogic. All rights reserved.