クラスの使用
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSMLCSpec
AmqpInboundChannelAdapterSMLCSpec を使用するパッケージ
org.springframework.integration.amqp.dsl 内の AmqpInboundChannelAdapterSMLCSpec 使用
修飾子と型メソッド説明AmqpInboundChannelAdapterSMLCSpec.batchMode
(AmqpInboundChannelAdapter.BatchMode batchMode) 消費されたレコードのバッチ処理をサポートするようにコンテナーが構成されている場合に使用するようにAmqpInboundChannelAdapter.BatchMode
を設定します。AmqpInboundChannelAdapterSMLCSpec.configureContainer
(ConsumerSE<SimpleMessageListenerContainerSpec> configurer) Amqp.inboundAdapter
(ConnectionFactory connectionFactory, StringSE... queueNames) SimpleMessageListenerContainer
を使用して初期 AmqpInboundChannelAdapterSpec を作成します。Amqp.inboundAdapter
(ConnectionFactory connectionFactory, Queue... queues) SimpleMessageListenerContainer
を使用して初期 AmqpInboundChannelAdapterSpec を作成します。Amqp.inboundAdapter
(SimpleMessageListenerContainer listenerContainer) 提供されたSimpleMessageListenerContainer
で初期AmqpInboundGatewaySMLCSpec
を作成します。