public class GatewayEndpointSpec extends ConsumerEndpointSpec<GatewayEndpointSpec,GatewayMessageHandler>
ConsumerEndpointSpec implementation for a mid-flow GatewayMessageHandler.adviceChaincomponentsToRegister, endpointFactoryBean, handlerPARSER, target| Modifier | Constructor and Description |
|---|---|
protected |
GatewayEndpointSpec(org.springframework.messaging.MessageChannel requestChannel) |
protected |
GatewayEndpointSpec(java.lang.String requestChannel) |
| Modifier and Type | Method and Description |
|---|---|
GatewayEndpointSpec |
errorChannel(org.springframework.messaging.MessageChannel errorChannel)
Set an error channel.
|
GatewayEndpointSpec |
errorChannel(java.lang.String errorChannel)
Set an error channel.
|
GatewayEndpointSpec |
replyChannel(org.springframework.messaging.MessageChannel replyChannel)
Set a reply channel.
|
GatewayEndpointSpec |
replyChannel(java.lang.String replyChannel)
Set a reply channel.
|
GatewayEndpointSpec |
replyTimeout(java.lang.Long replyTimeout)
Set a reply timeout.
|
GatewayEndpointSpec |
requestTimeout(java.lang.Long requestTimeout)
Set a request timeout.
|
advice, async, autoStartup, customizeMonoReply, doGet, handleMessageAdvice, notPropagatedHeaders, order, phase, poller, requiresReply, role, sendTimeout, taskScheduler, transactional, transactional, transactional, transactional, transactionalassertHandler, getComponentsToRegister, id, obtainInputChannelFromFlow, obtainInputChannelFromFlow, poller, poller_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopprotected GatewayEndpointSpec(org.springframework.messaging.MessageChannel requestChannel)
protected GatewayEndpointSpec(java.lang.String requestChannel)
public GatewayEndpointSpec replyChannel(org.springframework.messaging.MessageChannel replyChannel)
replyChannel - the reply channelpublic GatewayEndpointSpec replyChannel(java.lang.String replyChannel)
replyChannel - the reply channelpublic GatewayEndpointSpec errorChannel(org.springframework.messaging.MessageChannel errorChannel)
errorChannel - the error channelpublic GatewayEndpointSpec errorChannel(java.lang.String errorChannel)
errorChannel - the error channelpublic GatewayEndpointSpec requestTimeout(java.lang.Long requestTimeout)
requestTimeout - the request timeoutpublic GatewayEndpointSpec replyTimeout(java.lang.Long replyTimeout)
replyTimeout - the reply timeout