Class RabbitConsumerStarting

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

public class RabbitConsumerStarting extends AbstractRabbitConsumerEvent
An event fired before a RabbitMQ consumer subscribes to a queue.
Since:
4.1.0
See Also:
  • Constructor Details

    • RabbitConsumerStarting

      public RabbitConsumerStarting(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