T
- the type of object returned by the callbackE
- the type of exception it declares may be thrownpublic interface RetryCallback<T,E extends Throwable>
RetryOperations
.Modifier and Type | Method and Description |
---|---|
T |
doWithRetry(RetryContext context)
Execute an operation with retry semantics.
|
T doWithRetry(RetryContext context) throws E extends Throwable
Copyright © 2018 SpringSource. All rights reserved.