@FunctionalInterface
public interface ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Throwable throwable)
Callback to notify of an error that has occurred when processing an operation or event.
|
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.