Uses of Class
com.rabbitmq.client.impl.ForgivingExceptionHandler
-
Packages that use ForgivingExceptionHandler Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of ForgivingExceptionHandler in com.rabbitmq.client.impl
Subclasses of ForgivingExceptionHandler in com.rabbitmq.client.impl Modifier and Type Class Description class
DefaultExceptionHandler
Default implementation ofExceptionHandler
used byAMQConnection
.class
StrictExceptionHandler
An implementation ofExceptionHandler
that does close channels on unhandled consumer exception.
-