Uses of Interface
org.springframework.amqp.rabbit.connection.ChannelListener
Package
Description
Provides classes related to connections.
-
Uses of ChannelListener in org.springframework.amqp.rabbit.connection
Modifier and TypeInterfaceDescriptioninterface
Functional sub interface enabling a lambda for the onShutDown method.Modifier and TypeMethodDescriptionprotected ChannelListener
AbstractConnectionFactory.getChannelListener()
A composite channel listener to be used by subclasses when creating and closing channels.Modifier and TypeMethodDescriptionvoid
AbstractConnectionFactory.addChannelListener
(ChannelListener listener) void
CompositeChannelListener.addDelegate
(ChannelListener delegate) Modifier and TypeMethodDescriptionvoid
AbstractConnectionFactory.setChannelListeners
(List<? extends ChannelListener> listeners) void
CompositeChannelListener.setDelegates
(List<? extends ChannelListener> delegates)