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.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandler.handleTopologyRecoveryException(Connection conn,
Channel ch,
TopologyRecoveryException exception)
Perform any required exception processing for the situation
when the driver thread for the connection has an exception
during topology (exchanges, queues, bindings, consumers) recovery
that it can't otherwise deal with.
|
Modifier and Type | Method and Description |
---|---|
void |
ForgivingExceptionHandler.handleTopologyRecoveryException(Connection conn,
Channel ch,
TopologyRecoveryException exception) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.