public static class RetryResultProcessor.Result<T> extends Object
| Constructor and Description |
|---|
Result(T result) |
Result(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
T |
getOrThrow() |
T |
getResult() |
Copyright © 2019 SpringSource. All rights reserved.