Package org.axonframework.common.lock
package org.axonframework.common.lock
-
ClassDescriptionException indicating that a deadlock has been detected while a thread was attempting to acquire a lock.Interface 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.No-op implementation of a
Lock.LockFactory implementation that does nothing.Implementation of aLockFactorythat uses a pessimistic locking strategy.Builder class for thePessimisticLockFactory.