Interface OpBuilder<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<T> execute()
      Start the operation and return an handle to the result.
    • Method Detail

      • execute

        java.util.concurrent.CompletableFuture<T> execute()
        Start the operation and return an handle to the result.
        Returns:
        an handle to access the result of the operation
        See Also:
        to have a simple method to access the result