Class DurablePromiseImpl<T>

  • All Implemented Interfaces:
    DurablePromise<T>

    public final class DurablePromiseImpl<T>
    extends java.lang.Object
    implements DurablePromise<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      dev.restate.sdk.Awaitable<T> awaitable()  
      boolean isCompleted()  
      java.util.Optional<T> peek()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait