Package com.microsoft.durabletask
Interface TaskActivityFactory
-
public interface TaskActivityFactoryFactory interface for producingTaskActivityimplementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskActivitycreate()Creates a new instance ofTaskActivityjava.lang.StringgetName()Gets the name of the activity this factory creates.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the name of the activity this factory creates.- Returns:
- the name of the activity
-
create
TaskActivity create()
Creates a new instance ofTaskActivity- Returns:
- the created activity instance
-
-