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