Uses of Class
org.springframework.integration.amqp.dsl.AmqpBaseInboundChannelAdapterSpec
Packages that use AmqpBaseInboundChannelAdapterSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpBaseInboundChannelAdapterSpec in org.springframework.integration.amqp.dsl
Classes in org.springframework.integration.amqp.dsl with type parameters of type AmqpBaseInboundChannelAdapterSpecModifier and TypeClassDescriptionclass
The baseMessageProducerSpec
implementation for aAmqpInboundChannelAdapter
.Modifier and TypeClassDescriptionclass
Spec for an inbound channel adapter with aDirectMessageListenerContainer
.class
Spec for an inbound channel adapter with aSimpleMessageListenerContainer
.class
AmqpInboundChannelAdapterSpec<S extends AmqpInboundChannelAdapterSpec<S,
C>, C extends MessageListenerContainer> class
Spec for an inbound channel adapter with aStreamListenerContainer
.