Uses of Class
com.rabbitmq.client.impl.recovery.AutorecoveringChannel
Packages that use AutorecoveringChannel
Package
Description
Implementation of connection and topology recovery.
-
Uses of AutorecoveringChannel in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as AutorecoveringChannelMethods in com.rabbitmq.client.impl.recovery that return AutorecoveringChannelMethods in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringChannelModifier and TypeMethodDescriptionvoidAutorecoveringConnection.recoverChannel(AutorecoveringChannel channel) voidAutorecoveringConnection.recoverChannelAndTopology(AutorecoveringChannel channel) Recover a closed channel and all topology (i.e.Constructors in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringChannelModifierConstructorDescriptionRecordedBinding(AutorecoveringChannel channel) RecordedConsumer(AutorecoveringChannel channel, String queue) RecordedEntity(AutorecoveringChannel channel) RecordedExchange(AutorecoveringChannel channel, String name) RecordedNamedEntity(AutorecoveringChannel channel, String name) RecordedQueue(AutorecoveringChannel channel, String name)