Uses of Class
com.lmax.disruptor.dsl.ExceptionHandlerSetting
-
Packages that use ExceptionHandlerSetting Package Description com.lmax.disruptor.dsl -
-
Uses of ExceptionHandlerSetting in com.lmax.disruptor.dsl
Methods in com.lmax.disruptor.dsl that return ExceptionHandlerSetting Modifier and Type Method Description ExceptionHandlerSetting<T>
Disruptor. handleExceptionsFor(EventHandler<T> eventHandler)
Override the default exception handler for a specific handler.
-