| Package | Description |
|---|---|
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.model.values |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncInvocableWorkerResponseContext
This class represents a
WorkerResponseContext implementation which supports calling
the asynchronous functions. |
class |
BaseWorkerResponseContext
This class represents the base implementation for a
WorkerResponseContext. |
class |
CallableWorkerResponseContext
This represents a invocation worker result context for supporting
handling a single worker, i.e.
|
class |
ForkJoinWorkerResponseContext
This represents the fork/join worker response context.
|
class |
InitWorkerResponseContext
This is an implementation of a
WorkerResponseContext which doesn't do anything. |
class |
SyncCallableWorkerResponseContext
This represents a invocation worker result context for supporting
handling multiple workers, i.e.
|
| Modifier and Type | Field and Description |
|---|---|
WorkerResponseContext |
WorkerExecutionContext.respCtx |
| Constructor and Description |
|---|
BLangAsyncCallableUnitCallback(WorkerResponseContext respCtx,
Context nativeCallCtx) |
WorkerExecutionContext(WorkerExecutionContext parent,
WorkerResponseContext respCtx,
CallableUnitInfo callableUnitInfo,
WorkerInfo workerInfo,
WorkerData workerLocal,
boolean runInCaller) |
WorkerExecutionContext(WorkerExecutionContext parent,
WorkerResponseContext respCtx,
CallableUnitInfo callableUnitInfo,
WorkerInfo workerInfo,
WorkerData workerLocal,
WorkerData workerResult,
int[] retRegIndexes,
boolean runInCaller) |
| Modifier and Type | Method and Description |
|---|---|
WorkerResponseContext |
BCallableFuture.value() |
Copyright © 2018 WSO2. All rights reserved.