Package io.bdeploy.bhive.objects
Interface LockableDatabase.LockedOperation
- Enclosing class:
- LockableDatabase
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for operations that need to lock the database (basically every
writing operation).
-
Method Summary
-
Method Details
-
run
Perform the modification.- Throws:
Exception- in case of a problem.
-