Class TopologyMetadata


  • public class TopologyMetadata
    extends Object
    • Constructor Detail

      • TopologyMetadata

        public TopologyMetadata​(String name,
                                String version,
                                String description,
                                org.apache.kafka.streams.TopologyDescription topology,
                                Conf streamsConfig)
        Creates a new TopologyMetadata instance.
        Parameters:
        name - the topology name.
        version - the topology version.
        description - the topology description.
        topology - the Topology instance to used for creating a new KafkaStreams.
        streamsConfig - the Conf instance to used for creating a new KafkaStreams.
    • Method Detail

      • version

        public String version()
      • description

        public String description()
      • topology

        public org.apache.kafka.streams.TopologyDescription topology()
      • streamsConfig

        public Conf streamsConfig()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object