Uses of Interface
com.rabbitmq.client.impl.recovery.QueueRecoveryListener
-
Packages that use QueueRecoveryListener Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of QueueRecoveryListener in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery with type parameters of type QueueRecoveryListener Modifier and Type Field Description private java.util.List<QueueRecoveryListener>
AutorecoveringConnection. queueRecoveryListeners
Methods in com.rabbitmq.client.impl.recovery with parameters of type QueueRecoveryListener Modifier and Type Method Description void
AutorecoveringConnection. addQueueRecoveryListener(QueueRecoveryListener listener)
Not part of the public API.void
AutorecoveringConnection. removeQueueRecoveryListener(QueueRecoveryListener listener)
-