クラス AmqpOutboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<AmqpOutboundChannelAdapterSpec,AmqpOutboundEndpoint>
org.springframework.integration.dsl.MessageHandlerSpec<AmqpOutboundChannelAdapterSpec,AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpBaseOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec,AmqpOutboundEndpoint>
org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec>
org.springframework.integration.amqp.dsl.AmqpOutboundChannelAdapterSpec
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<AmqpOutboundEndpoint>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
public class AmqpOutboundChannelAdapterSpec
extends AmqpOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec>
送信 AMQP チャネルアダプターの仕様。
- 導入:
- 5.3
- 作成者:
- Gary Russell, Artme Bilan
フィールドのサマリー
クラス org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec から継承されたフィールド
expectReply
クラス 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
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明multiSend
(boolean multiSend) true で、メッセージペイロードがMessage
のIterable
SE である場合、テンプレート(同じチャネル)の 1 回の呼び出しでメッセージを送信し、オプションで確認を待つか、終了します。クラス org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec から継承されたメソッド
mappedReplyHeaders, 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
コンストラクターの詳細
AmqpOutboundChannelAdapterSpec
メソッドの詳細
multiSend
true で、メッセージペイロードがMessage
のIterable
SE である場合、テンプレート(同じチャネル)の 1 回の呼び出しでメッセージを送信し、オプションで確認を待つか、終了します。- パラメーター:
multiSend
- 複数のメッセージを送信する場合は true。- 戻り値:
- スペック。