See: Description
Class | Description |
---|---|
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
|
CallOutTransportSender |
Transport sender used by the call-out egress connector that delegates to the connector to invoke the actual send-out
and injects the received response back into the response path of the engine
|
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 |
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
|
OneWayTransportSender |
Transport sender used by the one-way send out egress connector that delegates to the connector to invoke the actual
send-out using a client library or an SDK
|
BareEgressContext
for the context information for the framework without
any meaningful information in it and a SelfSenderConfig
for the
configuration information the main classes of this module are as follows;CallOutEgressConnectorElement
,
OneWayEgressConnectorElement
Copyright © 2016–2019 AdroitLogic. All rights reserved.