Interface DurablePromiseHandle<T>

    • Method Detail

      • resolve

        void resolve​(T payload)
              throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • reject

        void reject​(java.lang.String reason)
             throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException