Uses of Class
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSMLCSpec
Packages that use AmqpInboundChannelAdapterSMLCSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpInboundChannelAdapterSMLCSpec in org.springframework.integration.amqp.dsl
Subclasses with type arguments of type AmqpInboundChannelAdapterSMLCSpec in org.springframework.integration.amqp.dslModifier and TypeClassDescriptionclass
Spec for an inbound channel adapter with aSimpleMessageListenerContainer
.Methods in org.springframework.integration.amqp.dsl that return AmqpInboundChannelAdapterSMLCSpecModifier 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
.