Result - the result type of the successful actionpublic interface ICallback<Result>
| Modifier and Type | Method and Description |
|---|---|
void |
failure(ClientException ex)
How failures are handled
|
void |
success(Result result)
How successful results are handled
|
void success(Result result)
result - the resultvoid failure(ClientException ex)
ex - the exception