public interface CascadingFactory<Config,Instance>
FactoryLoader
utility.
Factory instances are created process side (in a cluster for example) to augment any of the internal strategies.FactoryLoader
Modifier and Type | Method and Description |
---|---|
Instance |
create(FlowProcess<Config> flowProcess)
Method create will return a new instance of the type create by this factory.
|
void |
initialize(FlowProcess<Config> flowProcess)
Method initialize will configure an initialize this factory instance.
|
void initialize(FlowProcess<Config> flowProcess)
flowProcess
- of type FlowProcessInstance create(FlowProcess<Config> flowProcess)
flowProcess
- of type FlowProcess