Uses of Interface
com.rabbitmq.client.ShutdownListener
Packages that use ShutdownListener
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of ShutdownListener in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type ShutdownListenerModifier and TypeMethodDescriptionvoidShutdownNotifier.addShutdownListener(ShutdownListener listener) Add shutdown listener.voidShutdownNotifier.removeShutdownListener(ShutdownListener listener) Remove shutdown listener for the component. -
Uses of ShutdownListener in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type ShutdownListenerModifier and TypeMethodDescriptionvoidShutdownNotifierComponent.addShutdownListener(ShutdownListener listener) voidShutdownNotifierComponent.removeShutdownListener(ShutdownListener listener) -
Uses of ShutdownListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type ShutdownListenerModifier and TypeMethodDescriptionvoidAutorecoveringChannel.addShutdownListener(ShutdownListener listener) voidAutorecoveringConnection.addShutdownListener(ShutdownListener listener) voidAutorecoveringChannel.removeShutdownListener(ShutdownListener listener) voidAutorecoveringConnection.removeShutdownListener(ShutdownListener listener)