Uses of Class
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSMLCSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpInboundChannelAdapterSMLCSpec in org.springframework.integration.amqp.dsl
Modifier and TypeMethodDescriptionAmqpInboundChannelAdapterSMLCSpec.batchMode
(AmqpInboundChannelAdapter.BatchMode batchMode) Set theAmqpInboundChannelAdapter.BatchMode
to use when the container is configured to support batching consumed records.AmqpInboundChannelAdapterSMLCSpec.configureContainer
(Consumer<SimpleMessageListenerContainerSpec> configurer) Amqp.inboundAdapter
(ConnectionFactory connectionFactory, String... queueNames) Create an initial AmqpInboundChannelAdapterSpec using aSimpleMessageListenerContainer
.Amqp.inboundAdapter
(ConnectionFactory connectionFactory, Queue... queues) Create an initial AmqpInboundChannelAdapterSpec using aSimpleMessageListenerContainer
.Amqp.inboundAdapter
(SimpleMessageListenerContainer listenerContainer) Create an initialAmqpInboundGatewaySMLCSpec
with providedSimpleMessageListenerContainer
.