Uses of Class
org.springframework.integration.amqp.dsl.AmqpInboundGatewaySpec
Packages that use AmqpInboundGatewaySpec
Package
Description
Provides AMQP Component support for the Java DSL.
- 
Uses of AmqpInboundGatewaySpec in org.springframework.integration.amqp.dslClasses in org.springframework.integration.amqp.dsl with type parameters of type AmqpInboundGatewaySpecModifier and TypeClassDescriptionclassAmqpInboundGatewaySpec<S extends AmqpInboundGatewaySpec<S,C>, C extends AbstractMessageListenerContainer> AnAmqpBaseInboundGatewaySpecimplementation for aAmqpInboundGateway.Subclasses of AmqpInboundGatewaySpec in org.springframework.integration.amqp.dslModifier and TypeClassDescriptionclassSpec for a gateway with aDirectMessageListenerContainer.classSpec for a gateway with aSimpleMessageListenerContainer.