Package | Description |
---|---|
org.ballerinalang.stdlib.task.objects | |
org.ballerinalang.stdlib.task.utils |
Modifier and Type | Method and Description |
---|---|
ServiceWithParameters |
AbstractTask.getService(String serviceName)
Get map of attached services of the task.
|
ServiceWithParameters |
Task.getService(String serviceName)
Get map of attached services of the task.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,ServiceWithParameters> |
AbstractTask.getServicesMap()
Get map of attached services of the task.
|
HashMap<String,ServiceWithParameters> |
Task.getServicesMap()
Get map of attached services of the task.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTask.addService(ServiceWithParameters service)
Add particular service to the registry of the Task.
|
void |
Task.addService(ServiceWithParameters service)
Add particular service to the registry of the Task.
|
Modifier and Type | Method and Description |
---|---|
static void |
TaskExecutor.execute(ServiceWithParameters serviceWithParameters) |
Copyright © 2019 WSO2. All rights reserved.