Class LockServiceFactory

java.lang.Object
overit.geocallapp.wfm.scheduling.bl.lock.LockServiceFactory

public class LockServiceFactory extends Object
The LockServiceFactory class is responsible for creating instances of the LockService interface based on the specified type. This factory pattern allows for easy switching between different lock service implementations (e.g., Redis or database) without changing the client code.
Since:
18.0