Interface IReceiver

    • Method Detail

      • sendReply

        void sendReply​(boolean exception,
                       ThreadId threadId,
                       java.lang.Object result)
        Send back a reply for a request.
        Parameters:
        exception - true if an exception (instead of a normal result) is sent back.
        threadId - the thread ID of the request.
        result - the result of executing the request, or an exception thrown while executing the request.