| Package | Description |
|---|---|
| org.axonframework.common.lock |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpLock
No-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. |
Copyright © 2010–2025. All rights reserved.