public static class TheFlowLockerExecutor.LockOrUnlockExecutor
extends org.bekit.common.method.MethodExecutor
| 构造器和说明 |
|---|
LockOrUnlockExecutor(Method lockOrUnlockMethod) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
execute(Object theFlowLocker,
FlowContext<T> context)
执行
|
public LockOrUnlockExecutor(Method lockOrUnlockMethod)
public <T> T execute(Object theFlowLocker, FlowContext<T> context) throws Throwable
theFlowLocker - 特定流程加锁器context - 流程上下文Throwable - 执行过程中发生任何异常都会往外抛Copyright © 2020. All rights reserved.