public interface AsyncHandler<T>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
AsyncHandler.ForwardFailure<T>  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
failure(java.lang.Throwable e)  | 
void | 
success(T value)  | 
void success(T value)
void failure(java.lang.Throwable e)
Copyright © 2021. All Rights Reserved.