Interface | Description |
---|---|
Task |
Task interface to be implemented by all tasks.
|
TaskLocationResolver |
This interface represents the contract that must be implemented to retrieve
the location that a given task should be scheduled.
|
TaskManager |
This interface represents the task manager functionalities.
|
TaskManagerFactory |
This represents a factory class used to create task managers.
|
TaskRepository |
This interface represents a task repository, which can be used to store and load tasks.
|
Class | Description |
---|---|
AbstractTask |
This represents an abstract class implementation of a Task.
|
TaskInfo |
This class represents a task job definition.
|
TaskInfo.TriggerInfo |
This class represents task trigger information.
|
TaskManagerId |
This class represents an identifier for a task manager.
|
TaskServiceContext |
This class represents a runtime context of the task service.
|
TaskStartupHandler |
A server startup handler implementation which is used as a listener to know when to start
scheduling the tasks.
|
TaskUtils |
This class contains utitilty functions related to tasks.
|
Enum | Description |
---|---|
TaskManager.TaskState |
Task states.
|
Copyright © 2020 WSO2. All rights reserved.