Uses of Interface
com.rabbitmq.client.impl.recovery.RecoveryCanBeginListener
Packages that use RecoveryCanBeginListener
Package
Description
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of RecoveryCanBeginListener in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl with type parameters of type RecoveryCanBeginListenerModifier and TypeFieldDescriptionprivate final List
<RecoveryCanBeginListener> AMQConnection.recoveryCanBeginListeners
Methods in com.rabbitmq.client.impl with parameters of type RecoveryCanBeginListenerModifier and TypeMethodDescriptionvoid
AMQConnection.addRecoveryCanBeginListener
(RecoveryCanBeginListener fn) void
AMQConnection.removeRecoveryCanBeginListener
(RecoveryCanBeginListener fn)