@FunctionalInterface public interface ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onError(Throwable throwable)
Callback to notify of an error that has occurred when processing an operation or event.
|
void onError(Throwable throwable)
This method is assumed non-throwing, so rethrowing the exception or triggering further exceptions would be a bug.
throwable - that occurred while processing an operation or event.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.