Interface CoordinationRequestCallback

    • Method Detail

      • onResponse

        void onResponse​(Object response,
                        CoordinationMember from)
        Gets called when a response is received.
        Parameters:
        response - Response.
        from - Member who sent the response.
      • onCancel

        default void onCancel()
        Gets called if coordination process was cancelled before the response could be received.