public interface BFuture extends BRefType<WorkerResponseContext>
Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Cancels the current future, if its possible to do so.
|
boolean |
isCancelled()
Checks if the current future is cancelled.
|
boolean |
isDone()
Checks if the current future is done.
|
copy, getType, serialize, stringValue
boolean cancel()
boolean isDone()
boolean isCancelled()
Copyright © 2018 WSO2. All rights reserved.