Uses of Class
com.rabbitmq.client.impl.recovery.AutorecoveringChannel
Package
Description
Implementation of connection and topology recovery.
-
Uses of AutorecoveringChannel in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionvoid
AutorecoveringConnection.recoverChannel
(AutorecoveringChannel channel) void
AutorecoveringConnection.recoverChannelAndTopology
(AutorecoveringChannel channel) Recover a closed channel and all topology (i.e.ModifierConstructorDescriptionRecordedBinding
(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)