Interface Guaranteeable<T>

All Known Subinterfaces:
DeleteBuilder, DeleteBuilderMain, GuaranteeableDeletable, RemoveWatchesType
All Known Implementing Classes:
DeleteBuilderImpl, RemoveWatchesBuilderImpl, WatchesBuilderImpl

public interface Guaranteeable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • 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: