Interface Guaranteeable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T guaranteed()
      Solves edge cases where an operation may succeed on the server but connection failure occurs before a response can be successfully returned to the client.
    • Method Detail

      • guaranteed

        T guaranteed()
        Solves edge cases where an operation may succeed on the server but connection failure occurs before a response can be successfully returned to the client.
        Returns:
        this
        See Also:
        GuaranteeableDeletable