Uses of Class
com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
Packages that use RecoveryAwareChannelN
Package
Description
Implementation of connection and topology recovery.
-
Uses of RecoveryAwareChannelN in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as RecoveryAwareChannelNMethods in com.rabbitmq.client.impl.recovery with parameters of type RecoveryAwareChannelNModifier and TypeMethodDescription(package private) void
RecoveryAwareChannelN.inheritOffsetFrom
(RecoveryAwareChannelN other) private Channel
AutorecoveringConnection.wrapChannel
(RecoveryAwareChannelN delegateChannel) Creates a recovering channel from a regular channel and registers it.Constructors in com.rabbitmq.client.impl.recovery with parameters of type RecoveryAwareChannelNModifierConstructorDescriptionAutorecoveringChannel
(AutorecoveringConnection connection, RecoveryAwareChannelN delegate)