| Constructor and Description |
|---|
BCallableFuture(String callableName,
AsyncInvocableWorkerResponseContext respCtx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancels the current future, if its possible to do so.
|
BValue |
copy()
Deep copy
BValue. |
BType |
getType() |
boolean |
isCancelled()
Checks if the current future is cancelled.
|
boolean |
isDone()
Checks if the current future is done.
|
String |
stringValue() |
WorkerResponseContext |
value() |
public BCallableFuture(String callableName, AsyncInvocableWorkerResponseContext respCtx)
public String stringValue()
stringValue in interface BValuepublic WorkerResponseContext value()
value in interface BRefType<WorkerResponseContext>public boolean cancel()
BFuturepublic boolean isDone()
BFuturepublic boolean isCancelled()
BFutureisCancelled in interface BFutureCopyright © 2018 WSO2. All rights reserved.