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.
|
Modifier and Type | Method and Description |
---|---|
BlockedListener |
Connection.addBlockedListener(BlockedCallback blockedCallback,
UnblockedCallback unblockedCallback)
Add a lambda-based
BlockedListener . |
Modifier and Type | Method and Description |
---|---|
void |
Connection.addBlockedListener(BlockedListener listener)
Add a
BlockedListener . |
boolean |
Connection.removeBlockedListener(BlockedListener listener)
Remove a
BlockedListener . |
Modifier and Type | Method and Description |
---|---|
BlockedListener |
AMQConnection.addBlockedListener(BlockedCallback blockedCallback,
UnblockedCallback unblockedCallback) |
Modifier and Type | Method and Description |
---|---|
void |
AMQConnection.addBlockedListener(BlockedListener listener) |
boolean |
AMQConnection.removeBlockedListener(BlockedListener listener) |
Modifier and Type | Method and Description |
---|---|
BlockedListener |
AutorecoveringConnection.addBlockedListener(BlockedCallback blockedCallback,
UnblockedCallback unblockedCallback) |
Modifier and Type | Method and Description |
---|---|
void |
AutorecoveringConnection.addBlockedListener(BlockedListener listener) |
boolean |
AutorecoveringConnection.removeBlockedListener(BlockedListener listener) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.