Uses of Package
org.axonframework.common.lock
Packages that use org.axonframework.common.lock
-
Classes in org.axonframework.common.lock used by org.axonframework.common.lockClassDescriptionInterface of a lock acquired to gain (exclusive) access to a shared resource, with a mechanism to release it again.Exception indicating that a lock could not be obtained.Interface to the lock factory.LockFactory implementation that does nothing.Implementation of a
LockFactorythat uses a pessimistic locking strategy.Builder class for thePessimisticLockFactory.