Interface StreamInfo


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

    • getName

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

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

      String getKeyFormat()
      Returns:
      the key format of the data in this stream
    • getValueFormat

      String getValueFormat()
      Returns:
      the value format of the data in this stream
    • isWindowed

      boolean isWindowed()
      Returns:
      whether the key is windowed.