Interface FatalErrorHandler

    • Method Detail

      • onFatalError

        void onFatalError​(Throwable exception)
        Being called when a fatal error occurs.

        IMPORTANT: This call should never be blocking since it might be called from within the main thread of an RpcEndpoint.

        Parameters:
        exception - cause