Uses of Interface
org.springframework.amqp.rabbit.connection.ChannelListener
Packages that use ChannelListener
Package
Description
Provides classes related to connections.
-
Uses of ChannelListener in org.springframework.amqp.rabbit.connection
Subinterfaces of ChannelListener in org.springframework.amqp.rabbit.connectionModifier and TypeInterfaceDescriptioninterfaceFunctional sub interface enabling a lambda for the onShutDown method.Classes in org.springframework.amqp.rabbit.connection that implement ChannelListenerMethods in org.springframework.amqp.rabbit.connection that return ChannelListenerModifier and TypeMethodDescriptionprotected ChannelListenerAbstractConnectionFactory.getChannelListener()A composite channel listener to be used by subclasses when creating and closing channels.Methods in org.springframework.amqp.rabbit.connection with parameters of type ChannelListenerModifier and TypeMethodDescriptionvoidAbstractConnectionFactory.addChannelListener(ChannelListener listener) voidCompositeChannelListener.addDelegate(ChannelListener delegate) Method parameters in org.springframework.amqp.rabbit.connection with type arguments of type ChannelListenerModifier and TypeMethodDescriptionvoidAbstractConnectionFactory.setChannelListeners(List<? extends ChannelListener> listeners) voidCompositeChannelListener.setDelegates(List<? extends ChannelListener> delegates)