クラス AmqpOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>>
java.lang.ObjectSE
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,E>
org.springframework.integration.amqp.dsl.AmqpBaseOutboundEndpointSpec<S,AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec<S>
- 型パラメーター:
S- スペックサブクラス型。
- 実装されているすべてのインターフェース:
Aware、BeanClassLoaderAware、BeanFactoryAware、DisposableBean、FactoryBean<AmqpOutboundEndpoint>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public abstract class AmqpOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>> extends AmqpBaseOutboundEndpointSpec<S,AmqpOutboundEndpoint>
送信 AMQP エンドポイントの基本仕様。
- 導入:
- 5.0
- 作成者:
- Artem Bilan
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 protected booleanexpectReplyコンストラクターの概要
コンストラクター 修飾子 コンストラクター 説明 protectedAmqpOutboundEndpointSpec(AmqpTemplate amqpTemplate, boolean expectReply)メソッドのサマリー
修飾子と型 メソッド 説明 SmappedReplyHeaders(StringSE... headers)MessageHeadersからのレスポンスにマップする必要があるヘッダー名を指定します。SwaitForConfirm(boolean waitForConfirm)パブリッシャーの確認を待ちます。クラス org.springframework.integration.amqp.dsl.AmqpBaseOutboundEndpointSpec から継承されたメソッド
confirmAckChannel, confirmCorrelationExpression, confirmCorrelationExpression, confirmCorrelationFunction, confirmNackChannel, confirmTimeout, defaultDeliveryMode, delay, delayExpression, delayExpression, delayFunction, errorMessageStrategy, exchangeName, exchangeNameExpression, exchangeNameExpression, exchangeNameFunction, headerMapper, headersMappedLast, lazyConnect, mappedRequestHeaders, returnChannel, routingKey, routingKeyExpression, routingKeyExpression, routingKeyFunctionクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス org.springframework.beans.factory.config.AbstractFactoryBean から継承されたメソッド
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
フィールドの詳細
expectReply
protected final boolean expectReply
コンストラクターの詳細
メソッドの詳細
mappedReplyHeaders
クラスからコピーされた説明:AmqpBaseOutboundEndpointSpecMessageHeadersからのレスポンスにマップする必要があるヘッダー名を指定します。- オーバーライド:
- クラス
AmqpBaseOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>,AmqpOutboundEndpoint>のmappedReplyHeaders - パラメーター:
headers- 応答ヘッダー名。- 戻り値:
- スペック
waitForConfirm
パブリッシャーの確認を待ちます。- パラメーター:
waitForConfirm- 待つのは本当です。- 戻り値:
- スペック。
- 導入:
- 5.2
- 関連事項:
AmqpOutboundEndpoint.setWaitForConfirm(boolean)