Package com.lmax.disruptor
Class ExceptionHandlers
- java.lang.Object
-
- com.lmax.disruptor.ExceptionHandlers
-
public final class ExceptionHandlers extends Object
Provides static methods for accessing a defaultExceptionHandlerobject.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExceptionHandler<Object>defaultHandler()Get a reference to the defaultExceptionHandlerinstance.
-
-
-
Method Detail
-
defaultHandler
public static ExceptionHandler<Object> defaultHandler()
Get a reference to the defaultExceptionHandlerinstance.- Returns:
- a reference to the default
ExceptionHandlerinstance
-
-