Uses of Interface
org.springframework.amqp.rabbit.connection.ConnectionListener
Packages that use ConnectionListener
Package
Description
Provides classes related to connections.
Provides core classes for Spring Rabbit.
-
Uses of ConnectionListener in org.springframework.amqp.rabbit.connection
Classes in org.springframework.amqp.rabbit.connection that implement ConnectionListenerModifier and TypeClassDescriptionclass
A composite listener that invokes its delegates in turn.Methods in org.springframework.amqp.rabbit.connection that return ConnectionListenerModifier and TypeMethodDescriptionprotected ConnectionListener
AbstractConnectionFactory.getConnectionListener()
A composite connection listener to be used by subclasses when creating and closing connections.Methods in org.springframework.amqp.rabbit.connection with parameters of type ConnectionListenerModifier and TypeMethodDescriptionvoid
AbstractConnectionFactory.addConnectionListener
(ConnectionListener listener) void
AbstractRoutingConnectionFactory.addConnectionListener
(ConnectionListener listener) void
CachingConnectionFactory.addConnectionListener
(ConnectionListener listener) void
ConnectionFactory.addConnectionListener
(ConnectionListener listener) void
LocalizedQueueConnectionFactory.addConnectionListener
(ConnectionListener listener) void
PooledChannelConnectionFactory.addConnectionListener
(ConnectionListener listener) void
ThreadChannelConnectionFactory.addConnectionListener
(ConnectionListener listener) void
CompositeConnectionListener.addDelegate
(ConnectionListener delegate) boolean
AbstractConnectionFactory.removeConnectionListener
(ConnectionListener listener) boolean
AbstractRoutingConnectionFactory.removeConnectionListener
(ConnectionListener listener) boolean
ConnectionFactory.removeConnectionListener
(ConnectionListener listener) boolean
LocalizedQueueConnectionFactory.removeConnectionListener
(ConnectionListener listener) boolean
CompositeConnectionListener.removeDelegate
(ConnectionListener delegate) Method parameters in org.springframework.amqp.rabbit.connection with type arguments of type ConnectionListenerModifier and TypeMethodDescriptionvoid
AbstractConnectionFactory.setConnectionListeners
(List<? extends ConnectionListener> listeners) void
CachingConnectionFactory.setConnectionListeners
(List<? extends ConnectionListener> listeners) void
CompositeConnectionListener.setDelegates
(List<? extends ConnectionListener> delegates) -
Uses of ConnectionListener in org.springframework.amqp.rabbit.core
Classes in org.springframework.amqp.rabbit.core that implement ConnectionListenerModifier and TypeClassDescriptionclass
When the event-exchange-plugin is enabled (see https://www.rabbitmq.com/event-exchange.html), if an object of this type is declared as a bean, selected events will be published asBrokerEvent
s.final class
AConnectionListener
that will declare a single exchange when the connection is established.