Interface RedissonRedLockFactory
- All Known Implementing Classes:
RedissonRedLockFactoryImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface RedissonRedLockFactory
extends Function<String,org.redisson.api.RLock>
- Since:
- 0.1.0
- Author:
- 应卓
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.redisson.api.RLockorg.redisson.api.RLockcreateLock(String lockName) 创建多联锁