public class FutureHandler<T> extends Object implements org.vertx.java.core.Handler<T>
| Constructor and Description |
|---|
FutureHandler() |
public T await() throws InterruptedException
InterruptedExceptionpublic T await(long timeout, TimeUnit unit) throws InterruptedException
InterruptedExceptionpublic static <T> T result(FutureHandler<org.vertx.java.core.AsyncResult<T>> future) throws Exception
ExceptionCopyright © 2011–2014 Red Hat. All rights reserved.