Uses of Package
org.springframework.amqp.rabbit.annotation
Packages that use org.springframework.amqp.rabbit.annotation
Package
Description
Annotations and supporting classes for declarative Rabbit listener
endpoint
Classes for testing Spring AMQP applications.
-
Classes in org.springframework.amqp.rabbit.annotation used by org.springframework.amqp.rabbit.annotationClassDescriptionAnnotation that marks a method to be the target of a Rabbit message listener on the specified
RabbitListener.queues()(orRabbitListener.bindings()).Bean post-processor that registers methods annotated withRabbitListenerto be invoked by an AMQP message listener container created under the cover by aRabbitListenerContainerFactoryaccording to the parameters of the annotation. -
Classes in org.springframework.amqp.rabbit.annotation used by org.springframework.amqp.rabbit.testClassDescriptionEnable Rabbit listener annotated endpoints that are created under the cover by a
RabbitListenerContainerFactory.Annotation that marks a method to be the target of a Rabbit message listener on the specifiedRabbitListener.queues()(orRabbitListener.bindings()).Bean post-processor that registers methods annotated withRabbitListenerto be invoked by an AMQP message listener container created under the cover by aRabbitListenerContainerFactoryaccording to the parameters of the annotation.ADeferredImportSelectorimplementation with the lowest order to import aMultiRabbitBootstrapConfigurationandRabbitBootstrapConfigurationas late as possible.