Interface ContextDetails.Builder

    • Method Detail

      • replayChildren

        ContextDetails.Builder replayChildren​(Boolean replayChildren)

        Whether the state data of child operations of this completed context should be included in the invoke payload and GetDurableExecutionState response.

        Parameters:
        replayChildren - Whether the state data of child operations of this completed context should be included in the invoke payload and GetDurableExecutionState response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • result

        ContextDetails.Builder result​(String result)

        The response payload from the context.

        Parameters:
        result - The response payload from the context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        ContextDetails.Builder error​(ErrorObject error)

        Details about the context failure.

        Parameters:
        error - Details about the context failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.