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 BValue
public WorkerResponseContext value()
value
in interface BRefType<WorkerResponseContext>
public boolean cancel()
BFuture
public boolean isDone()
BFuture
public boolean isCancelled()
BFuture
isCancelled
in interface BFuture
Copyright © 2018 WSO2. All rights reserved.