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
ComponentModule<T>
A configurable component supplier which has access to theComponentFactory
. -
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.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.
-