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. -
Uses of Lock in org.axonframework.modelling.command
Constructors in org.axonframework.modelling.command with parameters of type LockConstructor parameters in org.axonframework.modelling.command with type arguments of type Lock