Interface FlowExecutionMessage.Builder

    • Method Detail

      • 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.
      • 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

        FlowExecutionMessage.Builder payload​(String 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.