Uses of Interface
com.rabbitmq.client.impl.recovery.RecoveryCanBeginListener
-
Packages that use RecoveryCanBeginListener Package Description com.rabbitmq.client.impl 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 RecoveryCanBeginListener Modifier and Type Field Description private java.util.List<RecoveryCanBeginListener>
AMQConnection. recoveryCanBeginListeners
Methods in com.rabbitmq.client.impl with parameters of type RecoveryCanBeginListener Modifier and Type Method Description void
AMQConnection. addRecoveryCanBeginListener(RecoveryCanBeginListener fn)
void
AMQConnection. removeRecoveryCanBeginListener(RecoveryCanBeginListener fn)
-