@FunctionalInterface public interface FutureListener<V> extends com.google.common.util.concurrent.FutureCallback<V>
FutureCallback closures| Modifier and Type | Method and Description |
|---|---|
void |
complete(V result,
Throwable error) |
default void |
onFailure(Throwable t) |
default void |
onSuccess(V result) |
Copyright © 2022. All rights reserved.