Uses of Class
org.springframework.amqp.event.AmqpEvent
Package
Description
Provides classes related to connections.
Provides core classes for Spring Rabbit.
Provides classes for message listener containers.
-
Uses of AmqpEvent in org.springframework.amqp.rabbit.connection
-
Uses of AmqpEvent in org.springframework.amqp.rabbit.core
Modifier and TypeClassDescriptionclass
Represents a broker event generated by the Event Exchange Plugin (https://www.rabbitmq.com/event-exchange.html).class
Application event published when a declaration exception occurs.class
Base class for admin events. -
Uses of AmqpEvent in org.springframework.amqp.rabbit.listener
Modifier and TypeClassDescriptionclass
An event that is published whenever a consumer is restarted.class
An event that is published whenever a new consumer is started.class
An event that is published whenever a consumer is stopped (and not restarted).class
AnAmqpEvent
emitted by the listener container when consumer is subscribed to the queue.class
Published when a listener consumer fails.class
Published when a listener consumer is terminated.class
An event that is emitted when a container is idle if the container is configured to do so.class
Event published when a missing queue is detected.