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 RecoveredQueueNameSupplierConnectionFactory. recoveredQueueNameSupplierMethods in com.rabbitmq.client with parameters of type RecoveredQueueNameSupplier Modifier and Type Method Description voidConnectionFactory. 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 RecoveredQueueNameSupplierConnectionParams. recoveredQueueNameSupplierMethods in com.rabbitmq.client.impl that return RecoveredQueueNameSupplier Modifier and Type Method Description RecoveredQueueNameSupplierConnectionParams. getRecoveredQueueNameSupplier()Methods in com.rabbitmq.client.impl with parameters of type RecoveredQueueNameSupplier Modifier and Type Method Description voidConnectionParams. 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 RecoveredQueueNameSupplierRecordedQueue. DEFAULT_QUEUE_NAME_SUPPLIERprivate RecoveredQueueNameSupplierAutorecoveringConnection. recoveredQueueNameSupplierprivate RecoveredQueueNameSupplierRecordedQueue. recoveredQueueNameSupplierMethods in com.rabbitmq.client.impl.recovery that return RecoveredQueueNameSupplier Modifier and Type Method Description (package private) RecoveredQueueNameSupplierAutorecoveringConnection. getRecoveredQueueNameSupplier()Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveredQueueNameSupplier Modifier and Type Method Description RecordedQueueRecordedQueue. recoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier)
-