Uses of Class
org.springframework.amqp.rabbit.annotation.RabbitListenerAnnotationBeanPostProcessor
Packages that use RabbitListenerAnnotationBeanPostProcessor
Package
Description
Annotations and supporting classes for declarative Rabbit listener
endpoint
Classes for testing Spring AMQP applications.
-
Uses of RabbitListenerAnnotationBeanPostProcessor in org.springframework.amqp.rabbit.annotation
Subclasses of RabbitListenerAnnotationBeanPostProcessor in org.springframework.amqp.rabbit.annotationModifier and TypeClassDescriptionclassAn extension ofRabbitListenerAnnotationBeanPostProcessorthat indicates the proper RabbitAdmin bean to be used when processing to the listeners, and also associates it to the declarables (Exchanges, Queues, and Bindings) returned. -
Uses of RabbitListenerAnnotationBeanPostProcessor in org.springframework.amqp.rabbit.test
Modifier and TypeClassDescriptionclassBeanPostProcessor extendingRabbitListenerAnnotationBeanPostProcessor.