Uses of Interface
com.rabbitmq.client.BlockedCallback
Packages that use BlockedCallback
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 BlockedCallback in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type BlockedCallbackModifier and TypeMethodDescriptionConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback) Add a lambda-basedBlockedListener
. -
Uses of BlockedCallback in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type BlockedCallbackModifier and TypeMethodDescriptionAMQConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback) -
Uses of BlockedCallback in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type BlockedCallbackModifier and TypeMethodDescriptionAutorecoveringConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback)