Interface TopologyDefinition


  • public interface TopologyDefinition
    • Method Detail

      • getName

        String getName()
        Returns:
        the topology name.
      • getVersion

        String getVersion()
        Returns:
        the topology version.
      • getDescription

        String getDescription()
        Returns:
        the topology description.
      • getTopology

        org.apache.kafka.streams.Topology getTopology()
        Returns:
        the Topology.