See: Description
Class | Description |
---|---|
AbstractMessageListenerContainerSpec<S extends AbstractMessageListenerContainerSpec<S,C>,C extends org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer> |
Base class for container specs.
|
Amqp |
Factory class for AMQP components.
|
AmqpAsyncOutboundGatewaySpec | |
AmqpBaseInboundChannelAdapterSpec<S extends AmqpBaseInboundChannelAdapterSpec<S>> |
The base
MessageProducerSpec implementation for a AmqpInboundChannelAdapter . |
AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>> |
A base
MessagingGatewaySpec implementation for AmqpInboundGateway endpoint options. |
AmqpBaseOutboundEndpointSpec<S extends AmqpBaseOutboundEndpointSpec<S,E>,E extends AbstractAmqpOutboundEndpoint> |
The base
MessageHandlerSpec for AbstractAmqpOutboundEndpoint s. |
AmqpInboundChannelAdapterDMLCSpec |
Spec for an inbound channel adapter with a
DirectMessageListenerContainer . |
AmqpInboundChannelAdapterSMLCSpec |
Spec for an inbound channel adapter with a
SimpleMessageListenerContainer . |
AmqpInboundChannelAdapterSpec<S extends AmqpInboundChannelAdapterSpec<S,C>,C extends org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer> | |
AmqpInboundGatewayDMLCSpec |
Spec for a gateway with a
DirectMessageListenerContainer . |
AmqpInboundGatewaySMLCSpec |
Spec for a gateway with a
SimpleMessageListenerContainer . |
AmqpInboundGatewaySpec<S extends AmqpInboundGatewaySpec<S,C>,C extends org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer> |
An
AmqpBaseInboundGatewaySpec implementation for a AmqpInboundGateway . |
AmqpInboundPolledChannelAdapterSpec |
Spec for a polled AMQP inbound channel adapter.
|
AmqpMessageChannelSpec<S extends AmqpMessageChannelSpec<S,T>,T extends AbstractAmqpChannel> |
An
AmqpPollableMessageChannelSpec for a message-driven
PointToPointSubscribableAmqpChannel . |
AmqpOutboundChannelAdapterSpec |
Spec for an outbound AMQP channel adapter
|
AmqpOutboundEndpointSpec<S extends AmqpOutboundEndpointSpec<S>> |
Base spec for outbound AMQP endpoints.
|
AmqpOutboundGatewaySpec |
Spec for an outbound AMQP gateway.
|
AmqpPollableMessageChannelSpec<S extends AmqpPollableMessageChannelSpec<S,T>,T extends AbstractAmqpChannel> |
A
MessageChannelSpec for a AbstractAmqpChannel s. |
AmqpPublishSubscribeMessageChannelSpec | |
DirectMessageListenerContainerSpec |
Spec for a
DirectMessageListenerContainer . |
SimpleMessageListenerContainerSpec |
Spec for a
SimpleMessageListenerContainer . |