public interface RetryCallback<T>
RetryOperations.| Modifier and Type | Method and Description |
|---|---|
T |
doWithRetry(RetryContext context)
Execute an operation with retry semantics.
|
T doWithRetry(RetryContext context) throws Exception
context - the current retry context.Exception - if processing failsCopyright © 2014 SpringSource. All rights reserved.