T
- the type of event being handled.public class ExceptionHandlerSetting<T>
extends java.lang.Object
disruptorWizard.handleExceptionsIn(eventHandler).with(exceptionHandler);
Modifier and Type | Method and Description |
---|---|
void |
with(ExceptionHandler exceptionHandler)
Specify the
ExceptionHandler to use with the event handler. |
public void with(ExceptionHandler exceptionHandler)
ExceptionHandler
to use with the event handler.exceptionHandler
- the exception handler to use.Copyright © 2011 - 2014 LMAX Ltd. All Rights Reserved.