Interface AbandonRequest

    • Method Detail

      • getAbandoned

        int getAbandoned()
        Gets the id of the request operation to terminate.
        Returns:
        the id of the request message to abandon
      • setAbandoned

        AbandonRequest setAbandoned​(int requestId)
        Sets the id of the request operation to terminate.
        Parameters:
        requestId - the sequence id of the request message to abandon
        Returns:
        The AbandonRequest instance