Uses of Class
org.springframework.amqp.event.AmqpEvent
Packages that use 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
Subclasses of AmqpEvent in org.springframework.amqp.rabbit.connection -
Uses of AmqpEvent in org.springframework.amqp.rabbit.core
Subclasses of AmqpEvent in org.springframework.amqp.rabbit.coreModifier and TypeClassDescriptionclassRepresents a broker event generated by the Event Exchange Plugin (https://www.rabbitmq.com/event-exchange.html).classApplication event published when a declaration exception occurs.classBase class for admin events. -
Uses of AmqpEvent in org.springframework.amqp.rabbit.listener
Subclasses of AmqpEvent in org.springframework.amqp.rabbit.listenerModifier and TypeClassDescriptionclassAn event that is published whenever a consumer is restarted.classAn event that is published whenever a new consumer is started.classAn event that is published whenever a consumer is stopped (and not restarted).classAnAmqpEventemitted by the listener container when consumer is subscribed to the queue.classPublished when a listener consumer fails.classPublished when a listener consumer is terminated.classAn event that is emitted when a container is idle if the container is configured to do so.classEvent published when a missing queue is detected.