|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work on a continuous series of items. |
Uses of ExceptionHandler in com.lmax.disruptor |
---|
Classes in com.lmax.disruptor that implement ExceptionHandler | |
---|---|
class |
FatalExceptionHandler
Convenience implementation of an exception handler that using standard JDK logging to log the exception as Level .SEVERE and re-throw it wrapped in a RuntimeException |
class |
IgnoreExceptionHandler
Convenience implementation of an exception handler that using standard JDK logging to log the exception as Level .INFO |
Methods in com.lmax.disruptor with parameters of type ExceptionHandler | |
---|---|
void |
BatchConsumer.setExceptionHandler(ExceptionHandler exceptionHandler)
Set a new ExceptionHandler for handling exceptions propagated out of the BatchConsumer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |