Uses of Class
com.rabbitmq.client.impl.recovery.AutorecoveringChannel
-
Packages that use AutorecoveringChannel Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of AutorecoveringChannel in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as AutorecoveringChannel Modifier and Type Field Description protected AutorecoveringChannelRecordedEntity. channelFields in com.rabbitmq.client.impl.recovery with type parameters of type AutorecoveringChannel Modifier and Type Field Description private java.util.Map<java.lang.Integer,AutorecoveringChannel>AutorecoveringConnection. channelsMethods in com.rabbitmq.client.impl.recovery that return AutorecoveringChannel Modifier and Type Method Description AutorecoveringChannelRecordedEntity. getChannel()Methods in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringChannel Modifier and Type Method Description (package private) booleanAutorecoveringConnection. deleteRecordedExchangeBinding(AutorecoveringChannel ch, java.lang.String destination, java.lang.String source, java.lang.String routingKey, java.util.Map<java.lang.String,java.lang.Object> arguments)(package private) booleanAutorecoveringConnection. deleteRecordedQueueBinding(AutorecoveringChannel ch, java.lang.String queue, java.lang.String exchange, java.lang.String routingKey, java.util.Map<java.lang.String,java.lang.Object> arguments)(package private) voidAutorecoveringConnection. recordExchangeBinding(AutorecoveringChannel ch, java.lang.String destination, java.lang.String source, java.lang.String routingKey, java.util.Map<java.lang.String,java.lang.Object> arguments)(package private) voidAutorecoveringConnection. recordQueueBinding(AutorecoveringChannel ch, java.lang.String queue, java.lang.String exchange, java.lang.String routingKey, java.util.Map<java.lang.String,java.lang.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 AutorecoveringChannel Constructor Description RecordedBinding(AutorecoveringChannel channel)RecordedConsumer(AutorecoveringChannel channel, java.lang.String queue)RecordedEntity(AutorecoveringChannel channel)RecordedExchange(AutorecoveringChannel channel, java.lang.String name)RecordedExchangeBinding(AutorecoveringChannel channel)RecordedNamedEntity(AutorecoveringChannel channel, java.lang.String name)RecordedQueue(AutorecoveringChannel channel, java.lang.String name)RecordedQueueBinding(AutorecoveringChannel channel)
-