Uses of Interface
com.rabbitmq.client.ExceptionHandler
-
Packages that use ExceptionHandler 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. -
-
Uses of ExceptionHandler in com.rabbitmq.client
Methods in com.rabbitmq.client that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
Connection. getExceptionHandler()
Get the exception handler.ExceptionHandler
ConnectionFactory. getExceptionHandler()
Get the exception handler.Methods in com.rabbitmq.client with parameters of type ExceptionHandler Modifier and Type Method Description void
ConnectionFactory. setExceptionHandler(ExceptionHandler exceptionHandler)
Set the exception handler to use for newly created connections. -
Uses of ExceptionHandler in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement ExceptionHandler Modifier and Type Class Description class
DefaultExceptionHandler
Default implementation ofExceptionHandler
used byAMQConnection
.class
ForgivingExceptionHandler
An implementation ofExceptionHandler
that does not close channels on unhandled consumer and listener exception.class
StrictExceptionHandler
An implementation ofExceptionHandler
that does close channels on unhandled consumer exception.Methods in com.rabbitmq.client.impl that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
AMQConnection. getExceptionHandler()
Protected API - retrieve the current ExceptionHandlerExceptionHandler
ConnectionParams. getExceptionHandler()
Methods in com.rabbitmq.client.impl with parameters of type ExceptionHandler Modifier and Type Method Description void
ConnectionParams. setExceptionHandler(ExceptionHandler exceptionHandler)
-
Uses of ExceptionHandler in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
AutorecoveringConnection. getExceptionHandler()
-