Annotation Interface RabbitListener


@Documented @Retention(RUNTIME) @Target(TYPE) @MessageListener @Inherited public @interface RabbitListener
Class level annotation to indicate that a bean will be consumers of messages from RabbitMQ.
Since:
1.1.0
Author:
James Kleeh