Uses of Class
com.rabbitmq.client.impl.ShutdownNotifierComponent
-
Packages that use ShutdownNotifierComponent Package Description 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 ShutdownNotifierComponent in com.rabbitmq.client.impl
Subclasses of ShutdownNotifierComponent in com.rabbitmq.client.impl 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. -
Uses of ShutdownNotifierComponent in com.rabbitmq.client.impl.recovery
Subclasses of ShutdownNotifierComponent in com.rabbitmq.client.impl.recovery Modifier and Type Class Description class
RecoveryAwareAMQConnection
AMQConnection
modification that usesRecoveryAwareChannelN
class
RecoveryAwareChannelN
ChannelN
modification that keeps track of delivery tags and avoids sending
-