public class AsyncResultHandlerWrapper<T,R> extends Object implements org.vertx.java.core.AsyncResultHandler<R>
| Constructor and Description |
|---|
AsyncResultHandlerWrapper(org.vertx.java.core.AsyncResultHandler<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.vertx.java.core.AsyncResult<R> asyncResult) |
static <T,R> org.vertx.java.core.AsyncResultHandler<R> |
wrap(org.vertx.java.core.AsyncResultHandler<T> handler) |
public AsyncResultHandlerWrapper(org.vertx.java.core.AsyncResultHandler<T> handler)
Copyright © 2015. All rights reserved.