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 AutorecoveringChannel
RecordedEntity. channel
Methods in com.rabbitmq.client.impl.recovery that return AutorecoveringChannel Modifier and Type Method Description AutorecoveringChannel
RecordedEntity. getChannel()
Constructors in com.rabbitmq.client.impl.recovery with parameters of type AutorecoveringChannel Constructor Description RecordedBinding(AutorecoveringChannel channel)
RecordedConsumer(AutorecoveringChannel channel, String queue)
RecordedEntity(AutorecoveringChannel channel)
RecordedExchange(AutorecoveringChannel channel, String name)
RecordedExchangeBinding(AutorecoveringChannel channel)
RecordedNamedEntity(AutorecoveringChannel channel, String name)
RecordedQueue(AutorecoveringChannel channel, String name)
RecordedQueueBinding(AutorecoveringChannel channel)
-