Package org.aoju.bus.core.lock
Interface LockHandler<T>
- Type Parameters:
T- 所涉及对象的类型
public interface LockHandler<T>
读写拦截锁
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
all
void all()读写锁 -
read
读锁- Parameters:
t- 对象的类型
-
write
写锁- Parameters:
t- 对象的类型
-