Uses of Interface
org.apache.synapse.task.TaskManager
-
Packages that use TaskManager Package Description org.apache.synapse.task -
-
Uses of TaskManager in org.apache.synapse.task
Methods in org.apache.synapse.task that return TaskManager Modifier and Type Method Description static TaskManager
TaskManagerBuilder. getTaskManager(String name)
TaskManager
SynapseTaskManager. getTaskManagerImpl()
Methods in org.apache.synapse.task with parameters of type TaskManager 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.void
TaskScheduler. init(Properties properties, TaskManager taskManager)
-