public class GatewayEndpointSpec extends ConsumerEndpointSpec<GatewayEndpointSpec,GatewayMessageHandler>
GatewayMessageHandler の ConsumerEndpointSpec 実装。adviceChaincomponentsToRegister, endpointFactoryBean, handlerPARSER, targetloggerDEFAULT_PHASEOBJECT_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, transactionalassertHandler, getComponentsToRegister, id, obtainInputChannelFromFlow, obtainInputChannelFromFlow, poller, poller_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopafterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletoncloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected 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 - 応答タイムアウト