TaskOrchestrationFactory Interface
public interface TaskOrchestrationFactory
Factory interface for producing TaskOrchestration implementations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Task |
create()
Creates a new instance of TaskOrchestration |
| abstract java.lang.String |
getName()
Gets the name of the orchestration this factory creates. |
Method Details
create
public abstract TaskOrchestration create()
Creates a new instance of TaskOrchestration
Returns:
getName
public abstract String getName()
Gets the name of the orchestration this factory creates.
Returns: