Uses of Interface
com.rabbitmq.client.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
Modifier and TypeMethodDescriptionConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback) Add a lambda-basedBlockedListener
. -
Uses of BlockedCallback in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionAMQConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback) -
Uses of BlockedCallback in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringConnection.addBlockedListener
(BlockedCallback blockedCallback, UnblockedCallback unblockedCallback)