Uses of Class
com.rabbitmq.client.TopologyRecoveryException
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.
-
Uses of TopologyRecoveryException in com.rabbitmq.client
Modifier and TypeMethodDescriptionvoid
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. -
Uses of TopologyRecoveryException in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionvoid
ForgivingExceptionHandler.handleTopologyRecoveryException
(Connection conn, Channel ch, TopologyRecoveryException exception)