public class DoneHandler<T>
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<T>>
Constructor and Description |
---|
DoneHandler(int steps) |
Modifier and Type | Method and Description |
---|---|
void |
handle(org.vertx.java.core.AsyncResult<T> event) |
java.util.concurrent.CompletableFuture<java.util.Set<T>> |
promise() |
Copyright © 2021. All Rights Reserved.