All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static AmqpAsyncOutboundGatewaySpec |
asyncOutboundGateway(AsyncRabbitTemplate asyncRabbitTemplate)
Create an initial AmqpAsyncOutboundGatewaySpec.
|
static AmqpMessageChannelSpec<?,?> |
channel(ConnectionFactory connectionFactory)
Create an initial AmqpMessageChannelSpec.
|
static AmqpMessageChannelSpec<?,?> |
channel(String id,
ConnectionFactory connectionFactory)
Create an initial AmqpMessageChannelSpec.
|
static AmqpInboundChannelAdapterSMLCSpec |
inboundAdapter(ConnectionFactory connectionFactory,
Queue... queues)
|
static AmqpInboundChannelAdapterSMLCSpec |
inboundAdapter(ConnectionFactory connectionFactory,
String... queueNames)
|
static AmqpInboundChannelAdapterDMLCSpec |
inboundAdapter(DirectMessageListenerContainer listenerContainer)
|
static AmqpInboundChannelAdapterSMLCSpec |
inboundAdapter(SimpleMessageListenerContainer listenerContainer)
|
static AmqpInboundGatewaySMLCSpec |
inboundGateway(ConnectionFactory connectionFactory,
AmqpTemplate amqpTemplate,
Queue... queues)
|
static AmqpInboundGatewaySMLCSpec |
inboundGateway(ConnectionFactory connectionFactory,
AmqpTemplate amqpTemplate,
String... queueNames)
|
static AmqpInboundGatewaySMLCSpec |
inboundGateway(ConnectionFactory connectionFactory,
Queue... queues)
|
static AmqpInboundGatewaySMLCSpec |
inboundGateway(ConnectionFactory connectionFactory,
String... queueNames)
|
static AmqpInboundGatewayDMLCSpec |
inboundGateway(DirectMessageListenerContainer listenerContainer)
|
static AmqpInboundGatewayDMLCSpec |
inboundGateway(DirectMessageListenerContainer listenerContainer,
AmqpTemplate amqpTemplate)
|
static AmqpInboundGatewaySMLCSpec |
inboundGateway(SimpleMessageListenerContainer listenerContainer)
|
static AmqpInboundGatewaySMLCSpec |
inboundGateway(SimpleMessageListenerContainer listenerContainer,
AmqpTemplate amqpTemplate)
|
static AmqpInboundPolledChannelAdapterSpec |
inboundPolledAdapter(ConnectionFactory connectionFactory,
AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory,
String queue)
Create an initial AmqpInboundPolledChannelAdapterSpec
|
static AmqpInboundPolledChannelAdapterSpec |
inboundPolledAdapter(ConnectionFactory connectionFactory,
String queue)
Create an initial AmqpInboundPolledChannelAdapterSpec
|
static AmqpOutboundChannelAdapterSpec |
outboundAdapter(AmqpTemplate amqpTemplate)
Create an initial AmqpOutboundEndpointSpec (adapter).
|
static AmqpOutboundGatewaySpec |
outboundGateway(AmqpTemplate amqpTemplate)
Create an initial AmqpOutboundEndpointSpec (gateway).
|
static AmqpPollableMessageChannelSpec<?,PollableAmqpChannel> |
pollableChannel(ConnectionFactory connectionFactory)
Create an initial AmqpPollableMessageChannelSpec.
|
static AmqpPollableMessageChannelSpec<?,PollableAmqpChannel> |
pollableChannel(String id,
ConnectionFactory connectionFactory)
Create an initial AmqpPollableMessageChannelSpec.
|
static AmqpPublishSubscribeMessageChannelSpec |
publishSubscribeChannel(ConnectionFactory connectionFactory)
Create an initial AmqpPublishSubscribeMessageChannelSpec.
|
static AmqpPublishSubscribeMessageChannelSpec |
publishSubscribeChannel(String id,
ConnectionFactory connectionFactory)
Create an initial AmqpPublishSubscribeMessageChannelSpec.
|