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 ExceptionHandlerConnection. getExceptionHandler()Get the exception handler.ExceptionHandlerConnectionFactory. getExceptionHandler()Get the exception handler.Methods in com.rabbitmq.client with parameters of type ExceptionHandler Modifier and Type Method Description voidConnectionFactory. 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 classDefaultExceptionHandlerDefault implementation ofExceptionHandlerused byAMQConnection.classForgivingExceptionHandlerAn implementation ofExceptionHandlerthat does not close channels on unhandled consumer and listener exception.classStrictExceptionHandlerAn implementation ofExceptionHandlerthat does close channels on unhandled consumer exception.Methods in com.rabbitmq.client.impl that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerAMQConnection. getExceptionHandler()Protected API - retrieve the current ExceptionHandlerExceptionHandlerConnectionParams. getExceptionHandler()Methods in com.rabbitmq.client.impl with parameters of type ExceptionHandler Modifier and Type Method Description voidConnectionParams. 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 ExceptionHandlerAutorecoveringConnection. getExceptionHandler()
-