Uses of Class
org.springframework.integration.amqp.dsl.AmqpInboundGatewaySMLCSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpInboundGatewaySMLCSpec in org.springframework.integration.amqp.dsl
Modifier and TypeMethodDescriptionAmqpInboundGatewaySMLCSpec.configureContainer
(Consumer<SimpleMessageListenerContainerSpec> configurer) static AmqpInboundGatewaySMLCSpec
Amqp.inboundGateway
(ConnectionFactory connectionFactory, String... queueNames) Create an initialAmqpInboundGatewaySpec
.static AmqpInboundGatewaySMLCSpec
Amqp.inboundGateway
(ConnectionFactory connectionFactory, AmqpTemplate amqpTemplate, String... queueNames) Create an initialAmqpInboundGatewaySpec
.static AmqpInboundGatewaySMLCSpec
Amqp.inboundGateway
(ConnectionFactory connectionFactory, AmqpTemplate amqpTemplate, Queue... queues) Create an initialAmqpInboundGatewaySpec
.static AmqpInboundGatewaySMLCSpec
Amqp.inboundGateway
(ConnectionFactory connectionFactory, Queue... queues) Create an initialAmqpInboundGatewaySpec
.static AmqpInboundGatewaySMLCSpec
Amqp.inboundGateway
(SimpleMessageListenerContainer listenerContainer) Create an initialAmqpInboundGatewaySMLCSpec
with providedSimpleMessageListenerContainer
.static AmqpInboundGatewaySMLCSpec
Amqp.inboundGateway
(SimpleMessageListenerContainer listenerContainer, AmqpTemplate amqpTemplate) Create an initialAmqpInboundGatewaySMLCSpec
with providedSimpleMessageListenerContainer
.