public interface AsyncResultCallback<T>
extends io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>
| Modifier and Type | Method and Description |
|---|---|
default void |
fail(Throwable e) |
default void |
success(T data) |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.