Uses of Interface
com.rabbitmq.client.ExceptionHandler
Packages that use 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
Methods in com.rabbitmq.client that return ExceptionHandlerModifier and TypeMethodDescriptionConnection.getExceptionHandler()
Get the exception handler.ConnectionFactory.getExceptionHandler()
Get the exception handler.Methods in com.rabbitmq.client with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
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 ExceptionHandlerModifier 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.Methods in com.rabbitmq.client.impl that return ExceptionHandlerModifier and TypeMethodDescriptionAMQConnection.getExceptionHandler()
Protected API - retrieve the current ExceptionHandlerConnectionParams.getExceptionHandler()
Methods in com.rabbitmq.client.impl with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
ConnectionParams.setExceptionHandler
(ExceptionHandler exceptionHandler) -
Uses of ExceptionHandler in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return ExceptionHandler