public final class GatewayEndpointSpec extends ConsumerEndpointSpec<GatewayEndpointSpec,GatewayMessageHandler>
ConsumerEndpointSpec
implementation for a mid-flow GatewayMessageHandler
.adviceChain
componentsToRegister, endpointFactoryBean, handler
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
GatewayEndpointSpec |
errorChannel(MessageChannel errorChannel) |
GatewayEndpointSpec |
errorChannel(String errorChannel) |
GatewayEndpointSpec |
replyChannel(MessageChannel replyChannel) |
GatewayEndpointSpec |
replyChannel(String replyChannel) |
GatewayEndpointSpec |
replyTimeout(Long replyTimeout) |
GatewayEndpointSpec |
requestTimeout(Long requestTimeout) |
advice, async, autoStartup, doGet, order, phase, poller, requiresReply, sendTimeout, transactional, transactional, transactional, transactional, transactional
assertHandler, getComponentsToRegister, id, poller, poller
_this, get, getId, getObject, getObjectType, isSingleton
public GatewayEndpointSpec replyChannel(MessageChannel replyChannel)
public GatewayEndpointSpec replyChannel(String replyChannel)
public GatewayEndpointSpec errorChannel(MessageChannel errorChannel)
public GatewayEndpointSpec errorChannel(String errorChannel)
public GatewayEndpointSpec requestTimeout(Long requestTimeout)
public GatewayEndpointSpec replyTimeout(Long replyTimeout)