Uses of Interface
com.rabbitmq.client.impl.recovery.RecoveredQueueNameSupplier
Packages that use RecoveredQueueNameSupplier
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of RecoveredQueueNameSupplier in com.rabbitmq.client
Fields in com.rabbitmq.client declared as RecoveredQueueNameSupplierModifier and TypeFieldDescriptionprivate RecoveredQueueNameSupplier
ConnectionFactory.recoveredQueueNameSupplier
Methods in com.rabbitmq.client with parameters of type RecoveredQueueNameSupplierModifier and TypeMethodDescriptionvoid
ConnectionFactory.setRecoveredQueueNameSupplier
(RecoveredQueueNameSupplier recoveredQueueNameSupplier) Set the recovered queue name supplier. -
Uses of RecoveredQueueNameSupplier in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as RecoveredQueueNameSupplierModifier and TypeFieldDescriptionprivate RecoveredQueueNameSupplier
ConnectionParams.recoveredQueueNameSupplier
Methods in com.rabbitmq.client.impl that return RecoveredQueueNameSupplierMethods in com.rabbitmq.client.impl with parameters of type RecoveredQueueNameSupplierModifier and TypeMethodDescriptionvoid
ConnectionParams.setRecoveredQueueNameSupplier
(RecoveredQueueNameSupplier recoveredQueueNameSupplier) -
Uses of RecoveredQueueNameSupplier in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as RecoveredQueueNameSupplierModifier and TypeFieldDescription(package private) static final RecoveredQueueNameSupplier
RecordedQueue.DEFAULT_QUEUE_NAME_SUPPLIER
private final RecoveredQueueNameSupplier
AutorecoveringConnection.recoveredQueueNameSupplier
private RecoveredQueueNameSupplier
RecordedQueue.recoveredQueueNameSupplier
Methods in com.rabbitmq.client.impl.recovery that return RecoveredQueueNameSupplierModifier and TypeMethodDescription(package private) RecoveredQueueNameSupplier
AutorecoveringConnection.getRecoveredQueueNameSupplier()
Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveredQueueNameSupplierModifier and TypeMethodDescriptionRecordedQueue.recoveredQueueNameSupplier
(RecoveredQueueNameSupplier recoveredQueueNameSupplier)