public interface FatalErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onFatalError(Throwable exception)
Being called when a fatal error occurs.
|
void onFatalError(Throwable exception)
IMPORTANT: This call should never be blocking since it might be called from within the
main thread of an RpcEndpoint.
exception - causeCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.