Interface WorkflowSystem.OperationCompleted<T>

  • All Known Implementing Classes:
    OperationCompleted
    Enclosing interface:
    WorkflowSystem<P>

    public static interface WorkflowSystem.OperationCompleted<T>
    Indicates an operation completed, supplies a new set of state data to update the mutable state with
    • Method Detail

      • getIdentity

        java.lang.String getIdentity()
        Identifier for the operation
      • isSuccess

        boolean isSuccess()
      • getResult

        T getResult()