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