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