Share via


TaskOrchestrationFactory Interface

public interface TaskOrchestrationFactory

Factory interface for producing TaskOrchestration implementations.

Method Summary

Modifier and Type Method and Description
abstract TaskOrchestration 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:

the created orchestration instance

getName

public abstract String getName()

Gets the name of the orchestration this factory creates.

Returns:

the name of the orchestration

Applies to