Interface IDistributedLockService

All Known Implementing Classes:
DistributedLockService, IDistributedLockService.NoOpDistributedLockService

public interface IDistributedLockService
  • Field Details

  • Method Details

    • initialize

      void initialize()
      Initialize locks
    • shutdown

      void shutdown()
      Release all locks
    • getLock

      IDistributedLock getLock(String name)