Package com.lmax.disruptor
Class ExceptionHandlers
java.lang.Object
com.lmax.disruptor.ExceptionHandlers
Provides static methods for accessing a default
ExceptionHandler object.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionHandler<Object> Get a reference to the defaultExceptionHandlerinstance.
-
Constructor Details
-
ExceptionHandlers
private ExceptionHandlers()
-
-
Method Details
-
defaultHandler
Get a reference to the defaultExceptionHandlerinstance.- Returns:
- a reference to the default
ExceptionHandlerinstance
-