Uses of Class
org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpBaseInboundGatewaySpec in org.springframework.integration.amqp.dsl
Modifier and TypeClassDescriptionclass
AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>
A baseMessagingGatewaySpec
implementation forAmqpInboundGateway
endpoint options.Modifier and TypeClassDescriptionclass
Spec for a gateway with aDirectMessageListenerContainer
.class
Spec for a gateway with aSimpleMessageListenerContainer
.class
AmqpInboundGatewaySpec<S extends AmqpInboundGatewaySpec<S,
C>, C extends AbstractMessageListenerContainer> AnAmqpBaseInboundGatewaySpec
implementation for aAmqpInboundGateway
.