public abstract static class DefaultRetryHandler.RetryOperation<T> extends Object
| Constructor and Description |
|---|
RetryOperation() |
| Modifier and Type | Method and Description |
|---|---|
<V> DefaultRetryHandler.RetryOperation<V> |
andThen(DefaultRetryHandler.RetryOperation<V> after) |
abstract T |
call(RetryContext context) |
public abstract T call(RetryContext context) throws Exception
Exceptionpublic <V> DefaultRetryHandler.RetryOperation<V> andThen(DefaultRetryHandler.RetryOperation<V> after)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.