Class KafkaTuple

    • Constructor Detail

      • KafkaTuple

        public KafkaTuple()
      • KafkaTuple

        public KafkaTuple​(Object... vals)
    • Method Detail

      • routedTo

        public KafkaTuple routedTo​(String stream)
        Sets the target stream of this Tuple.
        Parameters:
        stream - The target stream
        Returns:
        This
      • getStream

        public String getStream()