Uses of Interface
com.rabbitmq.client.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
Modifier and TypeMethodDescriptionvoid
ShutdownNotifier.addShutdownListener
(ShutdownListener listener) Add shutdown listener.void
ShutdownNotifier.removeShutdownListener
(ShutdownListener listener) Remove shutdown listener for the component. -
Uses of ShutdownListener in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionvoid
ShutdownNotifierComponent.addShutdownListener
(ShutdownListener listener) void
ShutdownNotifierComponent.removeShutdownListener
(ShutdownListener listener) -
Uses of ShutdownListener in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionvoid
AutorecoveringChannel.addShutdownListener
(ShutdownListener listener) void
AutorecoveringConnection.addShutdownListener
(ShutdownListener listener) void
AutorecoveringChannel.removeShutdownListener
(ShutdownListener listener) void
AutorecoveringConnection.removeShutdownListener
(ShutdownListener listener)