public interface AsyncCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable reason) |
void |
onSuccess() |
void |
onSuccess(Object value) |
static <T> AsyncCallback |
wrapFuture(CompletableFuture<T> future,
T value) |
static <T> AsyncCallback wrapFuture(CompletableFuture<T> future, T value)
void onSuccess()
void onSuccess(Object value)
void onFailure(Throwable reason)
Copyright © 2021. All rights reserved.