public interface Future<T> extends AsyncResult<T>, Handler<AsyncResult<T>>
| Modifier and Type | Method and Description |
|---|---|
static <T> Future<T> |
failedFuture(Throwable t) |
static <T> Future<T> |
succeededFuture(T result) |
cause, failed, result, succeededCopyright © 2019 Eclipse. All rights reserved.