类 Retryer<V>
- java.lang.Object
-
- tech.testnx.cah.common.retry.Retryer<V>
-
- 类型参数:
V-
- 所有已实现的接口:
Executable<V>
public class Retryer<V> extends Object implements Executable<V>
- 作者:
- Yun
-
-
方法详细资料
-
execute
public Optional<V> execute(Callable<V> callable) throws TransactionException
从接口复制的说明:ExecutableExecute a callable function- 指定者:
execute在接口中Executable<V>- 抛出:
TransactionException
-
-