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. recoveryCanBeginListenersMethods in com.rabbitmq.client.impl with parameters of type RecoveryCanBeginListener Modifier and Type Method Description voidAMQConnection. addRecoveryCanBeginListener(RecoveryCanBeginListener fn)voidAMQConnection. removeRecoveryCanBeginListener(RecoveryCanBeginListener fn)
-