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 RecoveredQueueNameSupplierConnectionFactory.recoveredQueueNameSupplierMethods in com.rabbitmq.client with parameters of type RecoveredQueueNameSupplierModifier and TypeMethodDescriptionvoidConnectionFactory.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 RecoveredQueueNameSupplierConnectionParams.recoveredQueueNameSupplierMethods in com.rabbitmq.client.impl that return RecoveredQueueNameSupplierMethods in com.rabbitmq.client.impl with parameters of type RecoveredQueueNameSupplierModifier and TypeMethodDescriptionvoidConnectionParams.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 RecoveredQueueNameSupplierRecordedQueue.DEFAULT_QUEUE_NAME_SUPPLIERprivate final RecoveredQueueNameSupplierAutorecoveringConnection.recoveredQueueNameSupplierprivate RecoveredQueueNameSupplierRecordedQueue.recoveredQueueNameSupplierMethods in com.rabbitmq.client.impl.recovery that return RecoveredQueueNameSupplierModifier and TypeMethodDescription(package private) RecoveredQueueNameSupplierAutorecoveringConnection.getRecoveredQueueNameSupplier()Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveredQueueNameSupplierModifier and TypeMethodDescriptionRecordedQueue.recoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier)