Uses of Class
io.streamthoughts.azkarra.api.streams.topology.TopologyMetadata
-
Packages that use TopologyMetadata Package Description io.streamthoughts.azkarra.api.streams io.streamthoughts.azkarra.api.streams.topology -
-
Uses of TopologyMetadata in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return TopologyMetadata Modifier and Type Method Description TopologyMetadataKafkaStreamsContainer. topologyMetadata()Gets theTopologyMetadataabout the topology runs by thisKafkaStreamsinstance.Methods in io.streamthoughts.azkarra.api.streams with parameters of type TopologyMetadata Modifier and Type Method Description ApplicationIdApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata, Conf streamsConfig)Builds theStreamsConfig.APPLICATION_ID_CONFIGfor the specified topology and configuration. -
Uses of TopologyMetadata in io.streamthoughts.azkarra.api.streams.topology
Methods in io.streamthoughts.azkarra.api.streams.topology that return TopologyMetadata Modifier and Type Method Description TopologyMetadataTopologyContainer. metadata()Constructors in io.streamthoughts.azkarra.api.streams.topology with parameters of type TopologyMetadata Constructor Description TopologyContainer(org.apache.kafka.streams.Topology topology, ApplicationId applicationId, Conf streamsConfig, TopologyMetadata metadata, List<StreamsLifecycleInterceptor> interceptors)Creates a newTopologyContainerinstance.
-