public class CountingCompletionHandler<T>
extends java.lang.Object
| Constructor and Description |
|---|
CountingCompletionHandler(VertxInternal vertx) |
CountingCompletionHandler(VertxInternal vertx,
int required) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
void |
failed(java.lang.Throwable t) |
void |
incRequired() |
void |
setHandler(Handler<AsyncResult<T>> doneHandler) |
public CountingCompletionHandler(VertxInternal vertx)
public CountingCompletionHandler(VertxInternal vertx, int required)
public void complete()
public void failed(java.lang.Throwable t)
public void incRequired()
public void setHandler(Handler<AsyncResult<T>> doneHandler)