T - 泛型public interface LockFunctionGenericWithArgs<T> extends BaseLockFunction
| Modifier and Type | Method and Description |
|---|---|
T |
onLockFailed(Object... args)
获取锁失败的时候执行
|
T |
onLockSuccess(Object... args)
获取锁成功的时候执行
|
tryLockSleepTime, tryLockTimesCopyright © 2018–2019. All rights reserved.