Class RedisLockService

java.lang.Object
overit.geocallapp.wfm.scheduling.bl.lock.service.RedisLockService
All Implemented Interfaces:
LockService

public class RedisLockService extends Object implements LockService
RedisLockService is an implementation of the LockService interface that manages locks using a redis approach. This service ensures that resources, activities, and operation centers are locked within specified time slots to prevent concurrent access during scheduling operations. The locks are stored and managed in a redis cache
Since:
18.0