Class TopologyDescriptor<T extends TopologyProvider>

    • Constructor Detail

      • TopologyDescriptor

        public TopologyDescriptor​(String version,
                                  Class<T> cls,
                                  String description)
        Creates a new TopologyDescriptor instance.
        Parameters:
        cls - the topology provider class.
        version - the topology version.
        description - the topology description.
      • TopologyDescriptor

        public TopologyDescriptor​(String version,
                                  Class<T> cls,
                                  String description,
                                  Conf streamConfigs)
        Creates a new TopologyDescriptor instance.
        Parameters:
        cls - the topology provider class.
        version - the topology version.
        description - the topology description.
        streamConfigs - the streams configuration.
    • Method Detail

      • description

        public String description()
      • streamsConfigs

        public Conf streamsConfigs()