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