Uses of Interface
org.axonframework.common.lock.Lock
Packages that use Lock
-
Uses of Lock in org.axonframework.common.lock
Classes in org.axonframework.common.lock that implement LockFields in org.axonframework.common.lock declared as LockMethods in org.axonframework.common.lock that return LockModifier and TypeMethodDescriptionLockFactory.obtainLock(String identifier) Obtain a lock for a resource identified by givenidentifier.NullLockFactory.obtainLock(String identifier) Obtain a lock for a resource identified by givenidentifier.PessimisticLockFactory.obtainLock(String identifier) Obtain a lock for a resource identified by the givenidentifier.