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
Exception
public <V> DefaultRetryHandler.RetryOperation<V> andThen(DefaultRetryHandler.RetryOperation<V> after)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.