Class RabbitConsumerStarted

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
All Implemented Interfaces:
Serializable

public class RabbitConsumerStarted extends AbstractRabbitConsumerEvent
An event fired after a RabbitListener subscribes to a queue.
Since:
4.1.0
See Also:
  • Constructor Details

    • RabbitConsumerStarted

      public RabbitConsumerStarted(Object bean, String method, String queue)
      Default constructor.
      Parameters:
      bean - The bean annotated as RabbitListener
      method - The consumer method
      queue - The name of the queue the consumer subscribes to