Uses of Interface
com.rabbitmq.client.BlockedListener
Packages that use BlockedListener
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of BlockedListener in com.rabbitmq.client
Methods in com.rabbitmq.client that return BlockedListenerModifier and TypeMethodDescriptionConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback) Add a lambda-basedBlockedListener
.Methods in com.rabbitmq.client with parameters of type BlockedListenerModifier and TypeMethodDescriptionvoid
Connection.addBlockedListener
(BlockedListener listener) Add aBlockedListener
.boolean
Connection.removeBlockedListener
(BlockedListener listener) Remove aBlockedListener
. -
Uses of BlockedListener in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return BlockedListenerModifier and TypeMethodDescriptionAMQConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback) Methods in com.rabbitmq.client.impl with parameters of type BlockedListenerModifier and TypeMethodDescriptionvoid
AMQConnection.addBlockedListener
(BlockedListener listener) boolean
AMQConnection.removeBlockedListener
(BlockedListener listener) -
Uses of BlockedListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return BlockedListenerModifier and TypeMethodDescriptionAutorecoveringConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback) Methods in com.rabbitmq.client.impl.recovery with parameters of type BlockedListenerModifier and TypeMethodDescriptionvoid
AutorecoveringConnection.addBlockedListener
(BlockedListener listener) boolean
AutorecoveringConnection.removeBlockedListener
(BlockedListener listener)