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 interfaceChannelInterface to a channel.interfaceConnectionPublic API: Interface to an AMQ connection.interfaceRecoverableChannelConvenient interface when working against auto-recovery channels.interfaceRecoverableConnectionConvenient 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 classAMQChannelBase class modelling an AMQ channel.classAMQConnectionConcrete class representing and managing an AMQP connection to a broker.classChannelNMain interface to AMQP protocol functionality.classShutdownNotifierComponentA class that managesShutdownListeners 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 classAutorecoveringChannelChannelimplementation that is automatically recovered during connection recovery.classAutorecoveringConnectionConnection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.classRecoveryAwareAMQConnectionAMQConnectionmodification that usesRecoveryAwareChannelNclassRecoveryAwareChannelNChannelNmodification that keeps track of delivery tags and avoids sending
-