T
- the type of event being handled.public class ExceptionHandlerSetting<T> extends Object
disruptorWizard.handleExceptionsIn(eventHandler).with(exceptionHandler);
Modifier and Type | Method and Description |
---|---|
void |
with(ExceptionHandler<? super T> exceptionHandler)
Specify the
ExceptionHandler to use with the event handler. |
public void with(ExceptionHandler<? super T> exceptionHandler)
ExceptionHandler
to use with the event handler.exceptionHandler
- the exception handler to use.Copyright © 2016. All rights reserved.