Uses of Interface
io.streamthoughts.azkarra.api.providers.Provider
-
-
Uses of Provider in io.streamthoughts.azkarra.api.streams
Subinterfaces of Provider in io.streamthoughts.azkarra.api.streams Modifier and Type Interface Description interface
TopologyProvider
The default interface to supply a Kafka StreamsTopology
instance.Classes in io.streamthoughts.azkarra.api.streams that implement Provider Modifier and Type Class Description class
OptimizedTopologyProvider
ATopologyProvider
that can be used to build an optimizedTopology
instance. -
Uses of Provider in io.streamthoughts.azkarra.runtime.context.internal
Classes in io.streamthoughts.azkarra.runtime.context.internal that implement Provider Modifier and Type Class Description static class
ContextAwareTopologySupplier.DelegateContextTopologyProvider
A delegatingTopologyProvider
which is notConfigurable
. -
Uses of Provider in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional that implement Provider Modifier and Type Class Description static class
ConditionalStreamsApplication.NormalizeStreamsTopology
-
Uses of Provider in io.streamthoughts.examples.azkarra.dependency
Classes in io.streamthoughts.examples.azkarra.dependency that implement Provider Modifier and Type Class Description class
ComplexWordCountTopology
-
Uses of Provider in io.streamthoughts.examples.azkarra.topology
Classes in io.streamthoughts.examples.azkarra.topology that implement Provider Modifier and Type Class Description class
BasicWordCountTopology
A basic WordCount topology.class
ConfigurableWordCountTopology
A basic WordCount topology.
-