public class DefaultTaskService extends java.lang.Object implements TaskService
Constructor and Description |
---|
DefaultTaskService() |
Modifier and Type | Method and Description |
---|---|
ExecutionMonitor |
execute(io.sunshower.common.Identifier tid,
GraphService service) |
ExecutionMonitor |
execute(io.sunshower.common.Identifier tid,
GraphService service,
TaskContext context) |
ExecutionMonitor |
plan(io.sunshower.common.Identifier tid,
GraphService service) |
public ExecutionMonitor plan(io.sunshower.common.Identifier tid, GraphService service)
plan
in interface TaskService
public ExecutionMonitor execute(io.sunshower.common.Identifier tid, GraphService service)
execute
in interface TaskService
public ExecutionMonitor execute(io.sunshower.common.Identifier tid, GraphService service, TaskContext context)
execute
in interface TaskService