Interface LockService

All Known Implementing Classes:
RedisLockService, TimeSlotLockService

public interface LockService
The LockService interface provides methods for acquiring and releasing locks on various resources. Implementations of this interface can use different backend systems (such as Redis or a database) to manage these locks.
Since:
18.0