Interface HasRpcToken

    • Method Detail

      • getRpcToken

        RpcToken getRpcToken()
        Return RPC token used with this RPC instance.
        Returns:
        RPC token or null if none set.
      • getRpcTokenExceptionHandler

        RpcTokenExceptionHandler getRpcTokenExceptionHandler()
        Return RPC token exception handler used with this RPC instance.
        Returns:
        Exception handler or null if none set.
      • setRpcToken

        void setRpcToken​(RpcToken token)
        Sets the RpcToken to be included with each RPC call.
      • setRpcTokenExceptionHandler

        void setRpcTokenExceptionHandler​(RpcTokenExceptionHandler handler)
        Sets the handler for exceptions that occurred during RPC token processing.