Uses of Interface
io.streamthoughts.azkarra.api.components.ComponentFactoryAware
-
-
Uses of ComponentFactoryAware in io.streamthoughts.azkarra.api.components
Classes in io.streamthoughts.azkarra.api.components that implement ComponentFactoryAware Modifier and Type Class Description class
BaseComponentModule
An abstract base class that can be extended to supply configurable components.class
ComponentModule<T>
A configurable component supplier which has access to theComponentFactory
. -
Uses of ComponentFactoryAware in io.streamthoughts.azkarra.metrics.interceptor
Classes in io.streamthoughts.azkarra.metrics.interceptor that implement ComponentFactoryAware Modifier and Type Class Description class
MeterKafkaStreamsInterceptor
-
Uses of ComponentFactoryAware in io.streamthoughts.azkarra.metrics.micrometer
Classes in io.streamthoughts.azkarra.metrics.micrometer that implement ComponentFactoryAware Modifier and Type Class Description class
MeterRegistryFactory
The default factory to build the primaryMeterRegistry
. -
Uses of ComponentFactoryAware in io.streamthoughts.azkarra.runtime.interceptors
Classes in io.streamthoughts.azkarra.runtime.interceptors that implement ComponentFactoryAware Modifier and Type Class Description class
AutoCreateTopicsInterceptor
ThisStreamsLifecycleInterceptor
create both topics source and sink before starting the streams instance. -
Uses of ComponentFactoryAware in io.streamthoughts.azkarra.streams.components
Classes in io.streamthoughts.azkarra.streams.components that implement ComponentFactoryAware Modifier and Type Class Description class
ReflectMethodComponentSupplier
-
Uses of ComponentFactoryAware in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional that implement ComponentFactoryAware Modifier and Type Class Description static class
ConditionalStreamsApplication.NormalizeStreamsTopology
-
Uses of ComponentFactoryAware in io.streamthoughts.examples.azkarra.dependency
Classes in io.streamthoughts.examples.azkarra.dependency that implement ComponentFactoryAware Modifier and Type Class Description class
ComplexWordCountTopologyModule
AComponentModule
for providing a new @{link ComplexWordCountTopology} instance.
-