Uses of Interface
io.streamthoughts.azkarra.api.components.ComponentFactory
-
Packages that use ComponentFactory Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.components io.streamthoughts.azkarra.api.components.condition -
-
Uses of ComponentFactory in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return ComponentFactory Modifier and Type Method Description ComponentFactoryAzkarraContext. getComponentFactory()Gets the internalComponentFactory. -
Uses of ComponentFactory in io.streamthoughts.azkarra.api.components
Classes in io.streamthoughts.azkarra.api.components that implement ComponentFactory Modifier and Type Class Description classContextAwareComponentFactoryclassDelegatingComponentFactoryA delegatingComponentFactoryimplementation.Fields in io.streamthoughts.azkarra.api.components declared as ComponentFactory Modifier and Type Field Description protected ComponentFactoryDelegatingComponentFactory. factoryMethods in io.streamthoughts.azkarra.api.components that return ComponentFactory Modifier and Type Method Description ComponentFactoryBaseComponentModule. getComponentFactory()Gets the internalComponentFactory.ComponentFactoryConfigurableComponentFactory. getComponentFactory()Gets the internalComponentFactory.Methods in io.streamthoughts.azkarra.api.components with parameters of type ComponentFactory Modifier and Type Method Description voidBaseComponentModule. setComponentFactory(ComponentFactory factory)Sets theComponentFactoryinstance..voidComponentFactoryAware. setComponentFactory(ComponentFactory factory)Sets theComponentFactoryinstance..Constructors in io.streamthoughts.azkarra.api.components with parameters of type ComponentFactory Constructor Description ContextAwareComponentFactory(AzkarraContext context, ComponentFactory factory)Creates a newContextAwareComponentFactoryinstance.DelegatingComponentFactory(ComponentFactory factory) -
Uses of ComponentFactory in io.streamthoughts.azkarra.api.components.condition
Methods in io.streamthoughts.azkarra.api.components.condition that return ComponentFactory Modifier and Type Method Description ComponentFactoryConditionContext. getComponentFactory()Get theComponentFactorythat holds the component descriptor should the condition match.Methods in io.streamthoughts.azkarra.api.components.condition with parameters of type ComponentFactory Modifier and Type Method Description booleanComponentConditionalContext. isEnable(ComponentFactory factory, T descriptor)Verify if this component is enabled for the given context.
-