Uses of Class
io.streamthoughts.azkarra.streams.context.internal.TopologyConfig
-
Packages that use TopologyConfig Package Description io.streamthoughts.azkarra.streams.context.internal -
-
Uses of TopologyConfig in io.streamthoughts.azkarra.streams.context.internal
Methods in io.streamthoughts.azkarra.streams.context.internal that return TopologyConfig Modifier and Type Method Description static TopologyConfig
TopologyConfig. read(Conf conf)
Static helper that can be used to creates a newTopologyConfig
instance from the providedConf
.TopologyConfig
TopologyConfig.Reader. read(Conf conf)
Methods in io.streamthoughts.azkarra.streams.context.internal that return types with arguments of type TopologyConfig Modifier and Type Method Description List<TopologyConfig>
EnvironmentConfig. topologyStreamConfigs()
Gets all the topology streams configurations for this environment.
-