Uses of Interface
com.rabbitmq.client.BlockedListener
-
Packages that use BlockedListener 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 BlockedListener in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type BlockedListener Modifier and Type Method Description voidConnection. addBlockedListener(BlockedListener listener)Add aBlockedListener.booleanConnection. removeBlockedListener(BlockedListener listener)Remove aBlockedListener. -
Uses of BlockedListener in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type BlockedListener Modifier and Type Method Description voidAMQConnection. addBlockedListener(BlockedListener listener)booleanAMQConnection. removeBlockedListener(BlockedListener listener) -
Uses of BlockedListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type BlockedListener Modifier and Type Method Description voidAutorecoveringConnection. addBlockedListener(BlockedListener listener)booleanAutorecoveringConnection. removeBlockedListener(BlockedListener listener)
-