T - type of the resultpublic class RetryResult<T> extends Object
This class also carries any potential errors that were generated for prior requests getErrors().
| Constructor and Description |
|---|
RetryResult(T result,
List<RetryException> errors) |
public RetryResult(T result, List<RetryException> errors)
public T getResult()
public List<RetryException> getErrors()
Copyright © 2017. All rights reserved.