public class WorkflowExecutorRegistry extends Object
WorkflowExecutors.| Constructor and Description |
|---|
WorkflowExecutorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutor |
getExecutor(String workflowDefinition) |
void |
register(String workflowDefinition,
WorkflowExecutor executor)
Register a
WorkflowExecutor for the given workflow definition |
void |
setExecutors(Map<String,WorkflowExecutor> executors) |
public void setExecutors(Map<String,WorkflowExecutor> executors)
executors - the initial executors this registry is populated with.public void register(String workflowDefinition, WorkflowExecutor executor)
WorkflowExecutor for the given workflow definitionpublic WorkflowExecutor getExecutor(String workflowDefinition)
Copyright © 2016. All rights reserved.