Interface KafkaActionHeader.Builder

    • Method Detail

      • key

        KafkaActionHeader.Builder key​(String key)

        The key of the Kafka header.

        Parameters:
        key - The key of the Kafka header.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        KafkaActionHeader.Builder value​(String value)

        The value of the Kafka header.

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