Uses of Class
com.lmax.disruptor.dsl.ExceptionHandlerSetting
Packages that use ExceptionHandlerSetting
Package
Description
A DSL-style API for setting up the disruptor pattern around a ring buffer.
-
Uses of ExceptionHandlerSetting in com.lmax.disruptor.dsl
Methods in com.lmax.disruptor.dsl that return ExceptionHandlerSettingModifier and TypeMethodDescriptionDisruptor.handleExceptionsFor(EventHandlerIdentity eventHandler) Override the default exception handler for a specific handler.