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 AutorecoveringChannelFields in com.rabbitmq.client.impl.recovery with type parameters of type AutorecoveringChannelModifier and TypeFieldDescriptionprivate final Map
<Integer, AutorecoveringChannel> AutorecoveringConnection.channels
Methods in com.rabbitmq.client.impl.recovery that return AutorecoveringChannelMethods in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringChannelModifier and TypeMethodDescription(package private) boolean
AutorecoveringConnection.deleteRecordedExchangeBinding
(AutorecoveringChannel ch, String destination, String source, String routingKey, Map<String, Object> arguments) (package private) boolean
AutorecoveringConnection.deleteRecordedQueueBinding
(AutorecoveringChannel ch, String queue, String exchange, String routingKey, Map<String, Object> arguments) (package private) void
AutorecoveringConnection.recordExchangeBinding
(AutorecoveringChannel ch, String destination, String source, String routingKey, Map<String, Object> arguments) (package private) void
AutorecoveringConnection.recordQueueBinding
(AutorecoveringChannel ch, String queue, String exchange, String routingKey, Map<String, Object> arguments) void
AutorecoveringConnection.recoverChannel
(AutorecoveringChannel channel) void
AutorecoveringConnection.recoverChannelAndTopology
(AutorecoveringChannel channel) Recover a closed channel and all topology (i.e.(package private) void
AutorecoveringConnection.registerChannel
(AutorecoveringChannel channel) (package private) void
AutorecoveringConnection.unregisterChannel
(AutorecoveringChannel channel) 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)