Uses of Interface
io.streamthoughts.azkarra.api.providers.Provider
-
Packages that use Provider Package Description io.streamthoughts.azkarra.api.streams io.streamthoughts.examples.azkarra.dependency io.streamthoughts.examples.azkarra.topology -
-
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.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.
-