Uses of Interface
io.streamthoughts.azkarra.api.components.ComponentRegistry
-
-
Uses of ComponentRegistry in io.streamthoughts.azkarra.api
Subinterfaces of ComponentRegistry in io.streamthoughts.azkarra.api Modifier and Type Interface Description interface
AzkarraContext
The AzkarraContext. -
Uses of ComponentRegistry in io.streamthoughts.azkarra.api.components
Subinterfaces of ComponentRegistry in io.streamthoughts.azkarra.api.components Modifier and Type Interface Description interface
ComponentFactory
Classes in io.streamthoughts.azkarra.api.components that implement ComponentRegistry Modifier and Type Class Description class
ContextAwareComponentFactory
-
Uses of ComponentRegistry in io.streamthoughts.azkarra.runtime.components
Classes in io.streamthoughts.azkarra.runtime.components that implement ComponentRegistry Modifier and Type Class Description class
DefaultComponentFactory
The defaultComponentRegistry
implementation. -
Uses of ComponentRegistry in io.streamthoughts.azkarra.runtime.context
Classes in io.streamthoughts.azkarra.runtime.context that implement ComponentRegistry Modifier and Type Class Description class
DefaultAzkarraContext
The AzkarraContext. -
Uses of ComponentRegistry in io.streamthoughts.azkarra.streams.components
Constructors in io.streamthoughts.azkarra.streams.components with parameters of type ComponentRegistry Constructor Description ComponentScanner(ComponentRegistry registry)
Creates a newComponentScanner
instance.
-