|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lmax.disruptor.dsl.ExceptionHandlerSetting<T>
T - the type of event being handled.public class ExceptionHandlerSetting<T>
A support class used as part of setting an exception handler for a specific event handler. For example:
disruptorWizard.handleExceptionsIn(eventHandler).with(exceptionHandler);
| Method Summary | |
|---|---|
void |
with(ExceptionHandler exceptionHandler)
Specify the ExceptionHandler to use with the event handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void with(ExceptionHandler exceptionHandler)
ExceptionHandler to use with the event handler.
exceptionHandler - the exception handler to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||