Uses of Interface
io.streamthoughts.azkarra.api.components.Versioned
-
Packages that use Versioned Package Description io.streamthoughts.azkarra.api.providers io.streamthoughts.azkarra.api.streams -
-
Uses of Versioned in io.streamthoughts.azkarra.api.providers
Subinterfaces of Versioned in io.streamthoughts.azkarra.api.providers Modifier and Type Interface Description interfaceProvider<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 interfaceTopologyProviderThe default interface to supply a Kafka StreamsTopologyinstance.Classes in io.streamthoughts.azkarra.api.streams that implement Versioned Modifier and Type Class Description classOptimizedTopologyProviderATopologyProviderthat can be used to build an optimizedTopologyinstance.
-