Class ExceptionHandlers
java.lang.Object
com.lmax.disruptor.ExceptionHandlers
Provides static methods for accessing a default
ExceptionHandler object.-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionHandler<Object> Get a reference to the defaultExceptionHandlerinstance.
-
Method Details
-
defaultHandler
Get a reference to the defaultExceptionHandlerinstance.- Returns:
- a reference to the default
ExceptionHandlerinstance
-