Uses of Interface
io.streamthoughts.azkarra.api.components.ConfigurableComponentFactory
-
-
Uses of ConfigurableComponentFactory in io.streamthoughts.azkarra.api
Subinterfaces of ConfigurableComponentFactory in io.streamthoughts.azkarra.api Modifier and Type Interface Description interface
AzkarraContext
The AzkarraContext. -
Uses of ConfigurableComponentFactory in io.streamthoughts.azkarra.api.components
Classes in io.streamthoughts.azkarra.api.components that implement ConfigurableComponentFactory 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 ConfigurableComponentFactory in io.streamthoughts.azkarra.metrics.interceptor
Classes in io.streamthoughts.azkarra.metrics.interceptor that implement ConfigurableComponentFactory Modifier and Type Class Description class
MeterKafkaStreamsInterceptor
-
Uses of ConfigurableComponentFactory in io.streamthoughts.azkarra.metrics.micrometer
Classes in io.streamthoughts.azkarra.metrics.micrometer that implement ConfigurableComponentFactory Modifier and Type Class Description class
MeterRegistryFactory
The default factory to build the primaryMeterRegistry
. -
Uses of ConfigurableComponentFactory in io.streamthoughts.azkarra.runtime.context
Classes in io.streamthoughts.azkarra.runtime.context that implement ConfigurableComponentFactory Modifier and Type Class Description class
DefaultAzkarraContext
The AzkarraContext. -
Uses of ConfigurableComponentFactory in io.streamthoughts.azkarra.runtime.interceptors
Classes in io.streamthoughts.azkarra.runtime.interceptors that implement ConfigurableComponentFactory Modifier and Type Class Description class
AutoCreateTopicsInterceptor
ThisStreamsLifecycleInterceptor
create both topics source and sink before starting the streams instance. -
Uses of ConfigurableComponentFactory in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional that implement ConfigurableComponentFactory Modifier and Type Class Description static class
ConditionalStreamsApplication.NormalizeStreamsTopology
-
Uses of ConfigurableComponentFactory in io.streamthoughts.examples.azkarra.dependency
Classes in io.streamthoughts.examples.azkarra.dependency that implement ConfigurableComponentFactory Modifier and Type Class Description class
ComplexWordCountTopologyModule
AComponentModule
for providing a new @{link ComplexWordCountTopology} instance.
-