Uses of Interface
com.rabbitmq.client.impl.recovery.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
Modifier and TypeMethodDescriptionvoid
ConnectionFactory.setRecoveredQueueNameSupplier
(RecoveredQueueNameSupplier recoveredQueueNameSupplier) Set the recovered queue name supplier. -
Uses of RecoveredQueueNameSupplier in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionvoid
ConnectionParams.setRecoveredQueueNameSupplier
(RecoveredQueueNameSupplier recoveredQueueNameSupplier) -
Uses of RecoveredQueueNameSupplier in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionRecordedQueue.recoveredQueueNameSupplier
(RecoveredQueueNameSupplier recoveredQueueNameSupplier)