public static class BaseFlowEdge.Factory extends Object implements FlowEdgeFactory
FlowEdgeFactory for creating BaseFlowEdge.FlowEdgeFactory.FlowEdgeCreationException| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
FlowEdge |
createFlowEdge(com.typesafe.config.Config edgeProps,
FSFlowTemplateCatalog flowTemplateCatalog,
List<SpecExecutor> specExecutors)
A method to return an instance of
BaseFlowEdge. |
public FlowEdge createFlowEdge(com.typesafe.config.Config edgeProps, FSFlowTemplateCatalog flowTemplateCatalog, List<SpecExecutor> specExecutors) throws FlowEdgeFactory.FlowEdgeCreationException
BaseFlowEdge. The method performs all the validation checks
and returnscreateFlowEdge in interface FlowEdgeFactoryedgeProps - Properties of edgeflowTemplateCatalog - Flow Catalog used to retrieve FlowTemplates.BaseFlowEdgeFlowEdgeFactory.FlowEdgeCreationException