Uses of Interface
io.streamthoughts.azkarra.api.components.ComponentFactory
-
-
Uses of ComponentFactory in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return ComponentFactory Modifier and Type Method Description ComponentFactory
AzkarraContext. getComponentFactory()
Gets the internalComponentFactory
.Methods in io.streamthoughts.azkarra.api with parameters of type ComponentFactory Modifier and Type Method Description AzkarraContext
AzkarraContext. setComponentFactory(ComponentFactory factory)
Sets the internal theComponentFactory
which is used for registering components to this context. -
Uses of ComponentFactory in io.streamthoughts.azkarra.api.components
Classes in io.streamthoughts.azkarra.api.components that implement ComponentFactory Modifier and Type Class Description class
ContextAwareComponentFactory
Methods in io.streamthoughts.azkarra.api.components that return ComponentFactory Modifier and Type Method Description ComponentFactory
ComponentModule. getComponentFactory()
Gets the internalComponentFactory
.ComponentFactory
ConfigurableComponentFactory. getComponentFactory()
Gets the internalComponentFactory
.Methods in io.streamthoughts.azkarra.api.components with parameters of type ComponentFactory Modifier and Type Method Description void
ComponentFactoryAware. setComponentFactory(ComponentFactory factory)
Sets theComponentFactory
instance..void
ComponentModule. setComponentFactory(ComponentFactory factory)
Sets theComponentFactory
instance..Constructors in io.streamthoughts.azkarra.api.components with parameters of type ComponentFactory Constructor Description ContextAwareComponentFactory(AzkarraContext context, ComponentFactory factory)
Creates a newContextAwareComponentFactory
instance. -
Uses of ComponentFactory in io.streamthoughts.azkarra.runtime.components
Classes in io.streamthoughts.azkarra.runtime.components that implement ComponentFactory Modifier and Type Class Description class
DefaultComponentFactory
The defaultComponentRegistry
implementation. -
Uses of ComponentFactory in io.streamthoughts.azkarra.runtime.context
Methods in io.streamthoughts.azkarra.runtime.context that return ComponentFactory Modifier and Type Method Description ComponentFactory
DefaultAzkarraContext. getComponentFactory()
Gets the internalComponentFactory
.Methods in io.streamthoughts.azkarra.runtime.context with parameters of type ComponentFactory Modifier and Type Method Description static AzkarraContext
DefaultAzkarraContext. create(ComponentFactory factory)
Static helper that can be used to creates a newAzkarraContext
instance using the specifiedComponentRegistry
and a empty configuration.AzkarraContext
DefaultAzkarraContext. setComponentFactory(ComponentFactory componentFactory)
Sets the internal theComponentFactory
which is used for registering components to this context. -
Uses of ComponentFactory in io.streamthoughts.azkarra.streams.components
Methods in io.streamthoughts.azkarra.streams.components with parameters of type ComponentFactory Modifier and Type Method Description void
ReflectMethodComponentSupplier. setComponentFactory(ComponentFactory factory)
Sets theComponentFactory
instance..
-