Uses of Interface
com.rabbitmq.client.ShutdownNotifier
-
Packages that use ShutdownNotifier Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of ShutdownNotifier in com.rabbitmq.client
Subinterfaces of ShutdownNotifier in com.rabbitmq.client Modifier and Type Interface Description interface
Channel
Interface to a channel.interface
Connection
Public API: Interface to an AMQ connection.interface
RecoverableChannel
Convenient interface when working against auto-recovery channels.interface
RecoverableConnection
Convenient interface when working against auto-recovery connections. -
Uses of ShutdownNotifier in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement ShutdownNotifier Modifier and Type Class Description class
AMQChannel
Base class modelling an AMQ channel.class
AMQConnection
Concrete class representing and managing an AMQP connection to a broker.class
ChannelN
Main interface to AMQP protocol functionality.class
ShutdownNotifierComponent
A class that managesShutdownListener
s and remembers the reason for a shutdown. -
Uses of ShutdownNotifier in com.rabbitmq.client.impl.recovery
Classes in com.rabbitmq.client.impl.recovery that implement ShutdownNotifier Modifier and Type Class Description class
AutorecoveringChannel
Channel
implementation that is automatically recovered during connection recovery.class
AutorecoveringConnection
Connection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.class
RecoveryAwareAMQConnection
AMQConnection
modification that usesRecoveryAwareChannelN
class
RecoveryAwareChannelN
ChannelN
modification that keeps track of delivery tags and avoids sending
-