Interface FlowExecutionMessage.Builder

  • Method Details

    • messageId

      FlowExecutionMessage.Builder messageId(String messageId)

      The unique identifier of the message.

      Parameters:
      messageId - The unique identifier of the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventType

      FlowExecutionMessage.Builder eventType(String eventType)

      The type of flow event .

      Parameters:
      eventType - The type of flow event .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eventType

      The type of flow event .

      Parameters:
      eventType - The type of flow event .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timestamp

      FlowExecutionMessage.Builder timestamp(Instant timestamp)

      The date and time when the message was last updated.

      Parameters:
      timestamp - The date and time when the message was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • payload

      A string containing information about the flow event.

      Parameters:
      payload - A string containing information about the flow event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.