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.
|
Modifier and Type | Class and Description |
---|---|
class |
BiDirectionalAsyncEgressConnectorElement<S extends SenderConfig,C extends EgressContext> |
class |
BiDirectionalEgressConnectorElement<S extends SenderConfig,C extends EgressContext>
Deprecated.
|
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 |
Copyright © 2016–2019 AdroitLogic. All rights reserved.