Package | Description |
---|---|
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 | Method and Description |
---|---|
SelfSenderConfig |
OneWayEgressConnectorElement.getSenderConfig()
Gives the sender configuration without any connector or transport specific information, as the one-way egress
connectors are supposed to be using the configuration within the connector without passing anything to the
transport layer
|
SelfSenderConfig |
CallOutEgressConnectorElement.getSenderConfig()
Gives the sender configuration without any connector or transport specific information, as the call-out and the
one-way egress connectors are supposed to be using the configuration within the connector without passing
anything to the transport layer
|
Modifier and Type | Method and Description |
---|---|
protected TransportSender<SelfSenderConfig,BareEgressContext> |
OneWayEgressConnectorElement.newSender(org.springframework.context.ApplicationContext context)
Gives the wrapped transport sender for the one-way send out operation
|
protected TransportSender<SelfSenderConfig,BareEgressContext> |
CallOutEgressConnectorElement.newSender(org.springframework.context.ApplicationContext context)
Gives the wrapped transport sender for the call-out operation
|
Constructor and Description |
---|
CallOutTransportSender(SelfSenderConfig senderConfig,
CallOutEgressConnectorElement connector)
Constructor to create a call-out transport sender providing the connector to be delegated
|
OneWayTransportSender(SelfSenderConfig senderConfig,
OneWayEgressConnectorElement connector)
Constructs a the one-way sender that delegates to the provided connector for send out operation
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.