public interface FatalErrorHandler
限定符和类型 | 方法和说明 |
---|---|
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–2019 The Apache Software Foundation. All rights reserved.