Interface LockManager

All Known Implementing Classes:
DefaultLockManager

public interface LockManager
Executes task if not locked.
  • Method Summary

    Modifier and Type Method Description
    void executeWithLock​(Runnable task)  
  • Method Details

    • executeWithLock

      void executeWithLock​(Runnable task)