Uses of Interface
com.rabbitmq.client.impl.recovery.RecoveredQueueNameSupplier
-
Packages that use RecoveredQueueNameSupplier Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecoveredQueueNameSupplier in com.rabbitmq.client
Fields in com.rabbitmq.client declared as RecoveredQueueNameSupplier Modifier and Type Field Description private RecoveredQueueNameSupplier
ConnectionFactory. recoveredQueueNameSupplier
Methods in com.rabbitmq.client with parameters of type RecoveredQueueNameSupplier Modifier and Type Method Description void
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 RecoveredQueueNameSupplier Modifier and Type Field Description private RecoveredQueueNameSupplier
ConnectionParams. recoveredQueueNameSupplier
Methods in com.rabbitmq.client.impl that return RecoveredQueueNameSupplier Modifier and Type Method Description RecoveredQueueNameSupplier
ConnectionParams. getRecoveredQueueNameSupplier()
Methods in com.rabbitmq.client.impl with parameters of type RecoveredQueueNameSupplier Modifier and Type Method Description void
ConnectionParams. setRecoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier)
-
Uses of RecoveredQueueNameSupplier in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as RecoveredQueueNameSupplier Modifier and Type Field Description (package private) static RecoveredQueueNameSupplier
RecordedQueue. DEFAULT_QUEUE_NAME_SUPPLIER
private RecoveredQueueNameSupplier
AutorecoveringConnection. recoveredQueueNameSupplier
private RecoveredQueueNameSupplier
RecordedQueue. recoveredQueueNameSupplier
Methods in com.rabbitmq.client.impl.recovery that return RecoveredQueueNameSupplier Modifier and Type Method Description (package private) RecoveredQueueNameSupplier
AutorecoveringConnection. getRecoveredQueueNameSupplier()
Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveredQueueNameSupplier Modifier and Type Method Description RecordedQueue
RecordedQueue. recoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier)
-