クラス 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, Artem 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のIterableSE である場合、テンプレート(同じチャネル)の 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インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
AmqpOutboundChannelAdapterSpec
メソッドの詳細
multiSend
true で、メッセージペイロードがMessageのIterableSE である場合、テンプレート(同じチャネル)の 1 回の呼び出しでメッセージを送信し、オプションで確認を待つか、終了します。- パラメーター:
multiSend- 複数のメッセージを送信する場合は true。- 戻り値:
- スペック。