Uses of Class
com.rabbitmq.client.TopologyRecoveryException
-
Packages that use TopologyRecoveryException 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. -
-
Uses of TopologyRecoveryException in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type TopologyRecoveryException Modifier and Type Method 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. -
Uses of TopologyRecoveryException in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type TopologyRecoveryException Modifier and Type Method Description void
ForgivingExceptionHandler. handleTopologyRecoveryException(Connection conn, Channel ch, TopologyRecoveryException exception)
-