Package | Description |
---|---|
oracle.wsc.feature.webrtc.template | |
oracle.wsc.feature.webrtc.template.future |
Modifier and Type | Method and Description |
---|---|
TaskBuilder |
TemplateContext.getTaskBuilder(String functionName)
Gets the task builder that supports creation of new tasks.
|
Modifier and Type | Method and Description |
---|---|
TaskBuilder |
TaskBuilder.onError(WscFuture<?> future)
The task is executed only if all of the WscFuture object results in an error.
|
TaskBuilder |
TaskBuilder.onError(WscFuture<?> future,
String name)
The task will be executed only if all of the WscFuture object results in an error.
|
TaskBuilder |
TaskBuilder.onSuccess(WscFuture<?> future)
The task is executed if all the WscFuture objects are ready.
|
TaskBuilder |
TaskBuilder.onSuccess(WscFuture<?> future,
String name)
The task is executed if all the WscFuture objects are ready.
|
TaskBuilder |
TaskBuilder.withArg(String name,
Object value)
Argument map made available for the callback groovy function.
|