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, succeeded
Copyright © 2018 Eclipse. All rights reserved.