public interface FlowEdgeFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
FlowEdgeFactory.FlowEdgeCreationException |
| Modifier and Type | Method and Description |
|---|---|
FlowEdge |
createFlowEdge(com.typesafe.config.Config edgeProps,
FSFlowTemplateCatalog flowCatalog,
List<SpecExecutor> specExecutors)
Construct a
FlowEdge from the edge properties |
FlowEdge createFlowEdge(com.typesafe.config.Config edgeProps, FSFlowTemplateCatalog flowCatalog, List<SpecExecutor> specExecutors) throws FlowEdgeFactory.FlowEdgeCreationException
FlowEdge from the edge propertiesedgeProps - properties of the FlowEdgeflowCatalog - an instance of FSFlowTemplateCatalog that returns FlowTemplates
useful for creating a FlowEdge.FlowEdgeFlowEdgeFactory.FlowEdgeCreationException