クラスの使用
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を作成します。