Uses of Interface
io.streamthoughts.azkarra.api.streams.TopologyProvider
-
Packages that use TopologyProvider Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.providers io.streamthoughts.azkarra.api.streams -
-
Uses of TopologyProvider in io.streamthoughts.azkarra.api
Method parameters in io.streamthoughts.azkarra.api with type arguments of type TopologyProvider Modifier and Type Method Description ApplicationIdAzkarraContext. addTopology(Class<? extends TopologyProvider> type, Executed executed)Adds a topology to the default environment of this context.ApplicationIdAzkarraContext. addTopology(Class<? extends TopologyProvider> type, String environment, Executed executed)Adds a topology to a specified environment.ApplicationIdStreamsExecutionEnvironment. addTopology(Supplier<TopologyProvider> provider)Add a newTopologyProviderinstance to thisStreamsExecutionEnvironmentto be started.ApplicationIdStreamsExecutionEnvironment. addTopology(Supplier<TopologyProvider> provider, Executed executed)Add a newTopologyProviderinstance to thisStreamsExecutionEnvironmentto be started. -
Uses of TopologyProvider in io.streamthoughts.azkarra.api.providers
Classes in io.streamthoughts.azkarra.api.providers with type parameters of type TopologyProvider Modifier and Type Class Description classTopologyDescriptor<T extends TopologyProvider>ASimpleComponentDescriptorfor describing aTopologyProviderimplementation. -
Uses of TopologyProvider in io.streamthoughts.azkarra.api.streams
Classes in io.streamthoughts.azkarra.api.streams that implement TopologyProvider Modifier and Type Class Description classOptimizedTopologyProviderATopologyProviderthat can be used to build an optimizedTopologyinstance.
-