public 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 © 2014 SpringSource. All rights reserved.