Class ReflectMethodComponentSupplier
- java.lang.Object
-
- io.streamthoughts.azkarra.streams.components.ReflectMethodComponentSupplier
-
- All Implemented Interfaces:
ComponentFactoryAware
,Configurable
,Supplier<Object>
public class ReflectMethodComponentSupplier extends Object implements Supplier<Object>, Configurable, ComponentFactoryAware
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(Conf configuration)
Configures this instance with the specifiedConf
.Object
get()
void
setComponentFactory(ComponentFactory factory)
Sets theComponentFactory
instance..
-
-
-
Method Detail
-
setComponentFactory
public void setComponentFactory(ComponentFactory factory)
Sets theComponentFactory
instance..- Specified by:
setComponentFactory
in interfaceComponentFactoryAware
- Parameters:
factory
- theComponentFactory
instance.
-
configure
public void configure(Conf configuration)
Configures this instance with the specifiedConf
.- Specified by:
configure
in interfaceConfigurable
- Parameters:
configuration
- theConf
instance used to configure this instance.
-
-