| Package | Description | 
|---|---|
| org.axonframework.common.lock | |
| org.axonframework.modelling.command | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoOpLockNo-op implementation of a  Lock. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Lock | NoOpLock. INSTANCE | 
| Modifier and Type | Method and Description | 
|---|---|
| Lock | PessimisticLockFactory. obtainLock(String identifier)Obtain a lock for a resource identified by the given  identifier. | 
| Lock | NullLockFactory. obtainLock(String identifier)Obtain a lock for a resource identified by given  identifier. | 
| Lock | LockFactory. obtainLock(String identifier)Obtain a lock for a resource identified by given  identifier. | 
| Constructor and Description | 
|---|
| LockAwareAggregate(A wrappedAggregate,
                  Lock lock) | 
| Constructor and Description | 
|---|
| LockAwareAggregate(A wrappedAggregate,
                  Supplier<Lock> lock) | 
Copyright © 2010–2025. All rights reserved.