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<? 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 © 2011 - 2018 LMAX Ltd. All Rights Reserved.