Interface TopologyProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.kafka.streams.Topology get()
      Supplies a new Kafka Streams Topology instance.
      String version()
      Returns the version for this Topology.
    • Method Detail

      • version

        String version()
        Returns the version for this Topology.
        Specified by:
        version in interface Versioned
        Returns:
        the string version.
      • get

        org.apache.kafka.streams.Topology get()
        Supplies a new Kafka Streams Topology instance.
        Specified by:
        get in interface Provider<org.apache.kafka.streams.Topology>
        Returns:
        the Topology instance.