public class GatewayEndpointSpec extends ConsumerEndpointSpec<GatewayEndpointSpec,GatewayMessageHandler>
GatewayMessageHandler
の ConsumerEndpointSpec
実装。adviceChain
componentsToRegister, endpointFactoryBean, handler
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
修飾子 | コンストラクターと説明 |
---|---|
protected | GatewayEndpointSpec(MessageChannel requestChannel) |
protected | GatewayEndpointSpec(StringSE requestChannel) |
修飾子と型 | メソッドと説明 |
---|---|
GatewayEndpointSpec | errorChannel(MessageChannel errorChannel) エラーチャネルを設定します。 |
GatewayEndpointSpec | errorChannel(StringSE errorChannel) エラーチャネルを設定します。 |
GatewayEndpointSpec | replyChannel(MessageChannel replyChannel) 返信チャンネルを設定します。 |
GatewayEndpointSpec | replyChannel(StringSE replyChannel) 返信チャンネルを設定します。 |
GatewayEndpointSpec | replyTimeout(LongSE replyTimeout) 応答タイムアウトを設定します。 |
GatewayEndpointSpec | requestTimeout(LongSE requestTimeout) リクエストのタイムアウトを設定します。 |
advice, async, autoStartup, customizeMonoReply, doGet, handleMessageAdvice, notPropagatedHeaders, order, phase, poller, requiresReply, role, sendTimeout, taskScheduler, transactional, transactional, transactional, transactional, transactional
assertHandler, getComponentsToRegister, id, obtainInputChannelFromFlow, obtainInputChannelFromFlow, poller, poller
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected GatewayEndpointSpec(MessageChannel requestChannel)
protected GatewayEndpointSpec(StringSE requestChannel)
public GatewayEndpointSpec replyChannel(MessageChannel replyChannel)
replyChannel
- 返信チャネル public GatewayEndpointSpec replyChannel(StringSE replyChannel)
replyChannel
- 返信チャネル public GatewayEndpointSpec errorChannel(MessageChannel errorChannel)
errorChannel
- エラーチャネル public GatewayEndpointSpec errorChannel(StringSE errorChannel)
errorChannel
- エラーチャネル public GatewayEndpointSpec requestTimeout(LongSE requestTimeout)
requestTimeout
- リクエストのタイムアウト public GatewayEndpointSpec replyTimeout(LongSE replyTimeout)
replyTimeout
- 応答タイムアウト