Uses of Interface
com.rabbitmq.client.ExceptionHandler
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 ExceptionHandler in com.rabbitmq.client
Modifier and TypeMethodDescriptionConnection.getExceptionHandler()
Get the exception handler.ConnectionFactory.getExceptionHandler()
Get the exception handler.Modifier and TypeMethodDescriptionvoid
ConnectionFactory.setExceptionHandler
(ExceptionHandler exceptionHandler) Set the exception handler to use for newly created connections. -
Uses of ExceptionHandler in com.rabbitmq.client.impl
Modifier and TypeClassDescriptionclass
Default implementation ofExceptionHandler
used byAMQConnection
.class
An implementation ofExceptionHandler
that does not close channels on unhandled consumer and listener exception.class
An implementation ofExceptionHandler
that does close channels on unhandled consumer exception.Modifier and TypeMethodDescriptionAMQConnection.getExceptionHandler()
Protected API - retrieve the current ExceptionHandlerConnectionParams.getExceptionHandler()
Modifier and TypeMethodDescriptionvoid
ConnectionParams.setExceptionHandler
(ExceptionHandler exceptionHandler) -
Uses of ExceptionHandler in com.rabbitmq.client.impl.recovery