Package | Description |
---|---|
org.springframework.amqp.core |
Provides core classes for the spring AMQP abstraction.
|
org.springframework.amqp.rabbit.config |
Provides classes supporting the Rabbit XML namespace.
|
org.springframework.amqp.rabbit.core |
Provides core classes for Spring Rabbit.
|
org.springframework.amqp.rabbit.listener |
Provides classes for message listener containers.
|
org.springframework.amqp.rabbit.listener.adapter |
Provides classes for adapting listeners.
|
org.springframework.amqp.rabbit.retry |
Provides classes supporting retries.
|
org.springframework.amqp.rabbit.support |
Provides support classes for Spring Rabbit.
|
org.springframework.amqp.remoting.client |
Provides classes for the client side of Spring Remoting over AMQP.
|
org.springframework.amqp.remoting.service |
Provides classes for the service side of Spring Remoting over AMQP.
|
org.springframework.amqp.support.converter |
Provides classes for supporting message conversion.
|
Class and Description |
---|
AbstractDeclarable
Base class for
Declarable classes. |
AbstractExchange
Common properties that describe all exchange types.
|
AcknowledgeMode |
Address
Represents an address for publication of an AMQP message.
|
Binding
Simple container collecting information to describe a binding.
|
Binding.DestinationType |
BindingBuilder.DestinationConfigurer |
BindingBuilder.DirectExchangeRoutingKeyConfigurer |
BindingBuilder.GenericArgumentsConfigurer |
BindingBuilder.GenericExchangeRoutingKeyConfigurer |
BindingBuilder.HeadersExchangeMapConfigurer |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator |
BindingBuilder.TopicExchangeRoutingKeyConfigurer |
Declarable
Classes implementing this interface can be auto-declared
with the broker during context initialization by an
AmqpAdmin . |
DirectExchange
Simple container collecting information to describe a direct exchange.
|
Exchange |
FanoutExchange
Simple container collecting information to describe a fanout exchange.
|
HeadersExchange |
Message
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
|
MessageBuilder
Builds a Spring AMQP Message either from a byte[] body or
another Message using a fluent API.
|
MessageBuilderSupport
Support class for building
Message and MessageProperties
fluent API. |
MessageDeliveryMode
Enumeration for the message delivery mode.
|
MessagePostProcessor
To be used with the send method of Amqp template classes (such as RabbitTemplate)
that convert an object to a message.
|
MessageProperties
Message Properties for an AMQP message.
|
MessagePropertiesBuilder
Builds a Spring AMQP MessageProperties object using a fluent API.
|
Queue
Simple container collecting information to describe a queue.
|
ReceiveAndReplyCallback
To be used with the receive-and-reply methods of
AmqpTemplate
as processor for inbound object and producer for outbound object. |
ReplyToAddressCallback
To be used with the receive-and-reply methods of
AmqpTemplate
to determine Address for Message
to send at runtime. |
TopicExchange
Simple container collecting information to describe a topic exchange.
|
Class and Description |
---|
AmqpAdmin
Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
|
Binding
Simple container collecting information to describe a binding.
|
Exchange |
Queue
Simple container collecting information to describe a queue.
|
Class and Description |
---|
AmqpAdmin
Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
|
AmqpTemplate
Specifies a basic set of AMQP operations.
|
Binding
Simple container collecting information to describe a binding.
|
Exchange |
Message
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
|
MessageListener
Listener interface to receive asynchronous delivery of Amqp Messages.
|
MessagePostProcessor
To be used with the send method of Amqp template classes (such as RabbitTemplate)
that convert an object to a message.
|
Queue
Simple container collecting information to describe a queue.
|
ReceiveAndReplyCallback
To be used with the receive-and-reply methods of
AmqpTemplate
as processor for inbound object and producer for outbound object. |
ReplyToAddressCallback
To be used with the receive-and-reply methods of
AmqpTemplate
to determine Address for Message
to send at runtime. |
Class and Description |
---|
AcknowledgeMode |
Message
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
|
MessageListener
Listener interface to receive asynchronous delivery of Amqp Messages.
|
Queue
Simple container collecting information to describe a queue.
|
Class and Description |
---|
Address
Represents an address for publication of an AMQP message.
|
Message
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
|
MessageListener
Listener interface to receive asynchronous delivery of Amqp Messages.
|
Class and Description |
---|
AmqpTemplate
Specifies a basic set of AMQP operations.
|
Message
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
|
Class and Description |
---|
MessageProperties
Message Properties for an AMQP message.
|
Class and Description |
---|
AmqpTemplate
Specifies a basic set of AMQP operations.
|
Class and Description |
---|
AmqpTemplate
Specifies a basic set of AMQP operations.
|
Message
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
|
MessageListener
Listener interface to receive asynchronous delivery of Amqp Messages.
|
Class and Description |
---|
Message
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
|
MessageProperties
Message Properties for an AMQP message.
|
Copyright © 2019. All rights reserved.