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
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
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
Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveredQueueNameSupplierModifier and TypeMethodDescriptionRecordedQueue.recoveredQueueNameSupplier
(RecoveredQueueNameSupplier recoveredQueueNameSupplier)