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 io.streamthoughts.azkarra.runtime.streams -
-
Uses of TopologyMetadata in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return TopologyMetadata Modifier and Type Method Description TopologyMetadata
KafkaStreamsContainer. topologyMetadata()
Gets theTopologyMetadata
about the topology runs by thisKafkaStreams
instance.Methods in io.streamthoughts.azkarra.api.streams with parameters of type TopologyMetadata Modifier and Type Method Description ApplicationId
ApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata)
Builds theStreamsConfig.APPLICATION_ID_CONFIG
for 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 TopologyMetadata
TopologyContainer. getMetadata()
-
Uses of TopologyMetadata in io.streamthoughts.azkarra.runtime.streams
Methods in io.streamthoughts.azkarra.runtime.streams with parameters of type TopologyMetadata Modifier and Type Method Description ApplicationId
DefaultApplicationIdBuilder. buildApplicationId(TopologyMetadata metadata)
Builds theStreamsConfig.APPLICATION_ID_CONFIG
for the specified topology and configuration.
-