Interface MessageOutput.Builder

    • Method Detail

      • messageId

        MessageOutput.Builder messageId​(String messageId)

        The identifier of a message.

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

        MessageOutput.Builder participant​(String participant)

        The participant of a message.

        Parameters:
        participant - The participant of a message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Participant, Participant
      • participant

        MessageOutput.Builder participant​(Participant participant)

        The participant of a message.

        Parameters:
        participant - The participant of a message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Participant, Participant
      • timestamp

        MessageOutput.Builder timestamp​(Instant timestamp)

        The timestamp of a message.

        Parameters:
        timestamp - The timestamp of a message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        MessageOutput.Builder value​(MessageData value)

        The value of a message data.

        Parameters:
        value - The value of a message data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.