Uses of Class
org.apache.synapse.task.TaskScheduler
-
Packages that use TaskScheduler Package Description org.apache.synapse.task -
-
Uses of TaskScheduler in org.apache.synapse.task
Methods in org.apache.synapse.task that return TaskScheduler Modifier and Type Method Description TaskScheduler
SynapseTaskManager. getTaskScheduler()
static TaskScheduler
TaskSchedulerFactory. getTaskScheduler(String name)
Returns a TaskScheduler whose name is match with given name.Methods in org.apache.synapse.task with parameters of type TaskScheduler Modifier and Type Method Description void
SynapseTaskManager. init(TaskDescriptionRepository taskDescriptionRepository, TaskScheduler taskScheduler, TaskManager taskManagerImpl)
Initialize the task manager instance with the given task description repository and the task scheduler.
-