接口 TimeoutHandler
-
- 所有已知实现类:
LockTimeoutStrategy,ReleaseTimeoutStrategy
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface public interface TimeoutHandler
LockTimeoutHandler- 从以下版本开始:
- 2020/8/5 14:56
- 版本:
- v1.0
- 作者:
- fxbin
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidhandle(LockInfo lockInfo, LockExecutor lockExecutor)handle
-
-
-
方法详细资料
-
handle
void handle(LockInfo lockInfo, LockExecutor lockExecutor)
handle- 参数:
lockInfo- cn.fxbin.bubble.fireworks.plugin.lock.model.LockInfolockExecutor- cn.fxbin.bubble.fireworks.plugin.lock.executor.LockExecutor- 从以下版本开始:
- 2020/8/5 15:03
-
-