Uses of Class
com.rabbitmq.client.impl.recovery.RecoveryAwareChannelN
-
Packages that use RecoveryAwareChannelN Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecoveryAwareChannelN in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as RecoveryAwareChannelN Modifier and Type Field Description private RecoveryAwareChannelN
AutorecoveringChannel. delegate
Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveryAwareChannelN Modifier and Type Method Description (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 RecoveryAwareChannelN Constructor Description AutorecoveringChannel(AutorecoveringConnection connection, RecoveryAwareChannelN delegate)
-