Class ComponentModule<T>
- java.lang.Object
-
- io.streamthoughts.azkarra.api.components.BaseComponentModule
-
- io.streamthoughts.azkarra.api.components.ComponentModule<T>
-
- Type Parameters:
T- the type of the component.
- All Implemented Interfaces:
ComponentFactoryAware,ConfigurableComponentFactory,Configurable,Supplier<T>
public abstract class ComponentModule<T> extends BaseComponentModule implements ConfigurableComponentFactory, ComponentFactoryAware, Configurable, Supplier<T>
A configurable component supplier which has access to theComponentFactory.
-
-
Constructor Summary
Constructors Constructor Description ComponentModule()
-
Method Summary
-
Methods inherited from class io.streamthoughts.azkarra.api.components.BaseComponentModule
configure, getComponentFactory, getConfiguration, setComponentFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.streamthoughts.azkarra.api.components.ComponentFactoryAware
setComponentFactory
-
Methods inherited from interface io.streamthoughts.azkarra.api.config.Configurable
configure
-
Methods inherited from interface io.streamthoughts.azkarra.api.components.ConfigurableComponentFactory
getAllComponents, getAllComponents, getAllComponents, getAllComponents, getComponent, getComponent, getComponent, getComponent, getComponentFactory, getConfiguration
-
-