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 classDefaultExceptionHandlerDefault implementation ofExceptionHandlerused byAMQConnection.classStrictExceptionHandlerAn implementation ofExceptionHandlerthat does close channels on unhandled consumer exception.
-