Uses of Interface
io.streamthoughts.azkarra.api.components.Versioned
-
-
Uses of Versioned in io.streamthoughts.azkarra.api.providers
Subinterfaces of Versioned in io.streamthoughts.azkarra.api.providers Modifier and Type Interface Description interface
Provider<T>
Interface to provide versioned components. -
Uses of Versioned in io.streamthoughts.azkarra.api.streams
Subinterfaces of Versioned 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 Versioned Modifier and Type Class Description class
OptimizedTopologyProvider
ATopologyProvider
that can be used to build an optimizedTopology
instance. -
Uses of Versioned in io.streamthoughts.azkarra.runtime.context.internal
Classes in io.streamthoughts.azkarra.runtime.context.internal that implement Versioned Modifier and Type Class Description static class
ContextAwareTopologySupplier.DelegateContextTopologyProvider
A delegatingTopologyProvider
which is notConfigurable
. -
Uses of Versioned in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional that implement Versioned Modifier and Type Class Description static class
ConditionalStreamsApplication.NormalizeStreamsTopology
-
Uses of Versioned in io.streamthoughts.examples.azkarra.dependency
Classes in io.streamthoughts.examples.azkarra.dependency that implement Versioned Modifier and Type Class Description class
ComplexWordCountTopology
-
Uses of Versioned in io.streamthoughts.examples.azkarra.topology
Classes in io.streamthoughts.examples.azkarra.topology that implement Versioned Modifier and Type Class Description class
BasicWordCountTopology
A basic WordCount topology.class
ConfigurableWordCountTopology
A basic WordCount topology.
-