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 AbstractAmqpOutboundEndpoints. |
| 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>> |
An
AmqpPollableMessageChannelSpec for a message-driven
PointToPointSubscribableAmqpChannel. |
| AmqpOutboundEndpointSpec | |
| AmqpPollableMessageChannelSpec<S extends AmqpPollableMessageChannelSpec<S>> |
A
MessageChannelSpec for a AbstractAmqpChannels. |
| AmqpPublishSubscribeMessageChannelSpec | |
| DirectMessageListenerContainerSpec |
Spec for a
DirectMessageListenerContainer. |
| SimpleMessageListenerContainerSpec |
Spec for a
SimpleMessageListenerContainer. |