Interface LockManager


  • public interface LockManager
    • Method Detail

      • refresh

        LockResult refresh​(String token,
                           LockableResource resource)
                    throws io.milton.http.exceptions.NotAuthorizedException
        Throws:
        io.milton.http.exceptions.NotAuthorizedException
      • unlock

        void unlock​(String tokenId,
                    LockableResource resource)
             throws io.milton.http.exceptions.NotAuthorizedException
        Throws:
        io.milton.http.exceptions.NotAuthorizedException