Uses of Interface
io.streamthoughts.azkarra.api.components.ComponentFactoryAware
-
Packages that use ComponentFactoryAware Package Description io.streamthoughts.azkarra.api.components io.streamthoughts.azkarra.streams.components io.streamthoughts.examples.azkarra.dependency -
-
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
ComponentModule<T>
A configurable component supplier which has access to theComponentFactory
. -
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.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.
-