クラス AmqpOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S, AmqpOutboundEndpoint>
org.springframework.integration.dsl.MessageHandlerSpec<S, AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpBaseOutboundEndpointSpec<S, AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec<S>
- 型パラメーター:
S- スペックサブクラス型。
- 実装済みのインターフェース一覧:
DisposableBean、FactoryBean<AmqpOutboundEndpoint>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public abstract class AmqpOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>>
extends AmqpBaseOutboundEndpointSpec<S, AmqpOutboundEndpoint>
送信 AMQP エンドポイントの基本仕様。
- 導入:
- 5.0
- 作成者:
- Artem Bilan
フィールド概要
フィールドクラス org.springframework.integration.amqp.dsl.AmqpBaseOutboundEndpointSpec から継承されたフィールド
headerMapperクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明mappedReplyHeaders(StringSE... headers) MessageHeadersからのレスポンスにマップする必要があるヘッダー名を指定します。waitForConfirm(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, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingletonインターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
フィールドの詳細
expectReply
protected final boolean expectReply
コンストラクターの詳細
AmqpOutboundEndpointSpec
メソッドの詳細
mappedReplyHeaders
クラスからコピーされた説明:AmqpBaseOutboundEndpointSpecMessageHeadersからのレスポンスにマップする必要があるヘッダー名を指定します。- オーバーライド:
- クラス
AmqpBaseOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>, AmqpOutboundEndpoint>のmappedReplyHeaders - パラメーター:
headers- 応答ヘッダー名。- 戻り値:
- スペック
waitForConfirm
パブリッシャーの確認を待ちます。- パラメーター:
waitForConfirm- 待つのは本当です。- 戻り値:
- スペック。
- 導入:
- 5.2
- 関連事項: