Interface StreamInfo


  • public interface StreamInfo
    Metadata for a ksqlDB stream.
    • Method Detail

      • getName

        String getName()
        Returns:
        the name of this stream
      • getTopic

        String getTopic()
        Returns:
        the name of the Kafka topic underlying this ksqlDB stream
      • getFormat

        String getFormat()
        Returns:
        the format of the data in this stream