T
- the type of event being handled.public class ExceptionHandlerSetting<T> extends Object
disruptorWizard.handleExceptionsIn(eventHandler).with(exceptionHandler);
Modifier and Type | Method | 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 © 2019. All rights reserved.