Interface WebOperation

    • Method Detail

      • getId

        String getId()
        Returns the ID of the operation that uniquely identifies it within its endpoint.
        Returns:
        the ID
      • isBlocking

        boolean isBlocking()
        Returns if the underlying operation is blocking.
        Returns:
        true if the operation is blocking