| Package | Description |
|---|---|
| org.axonframework.commandhandling.model | |
| org.axonframework.common.lock |
| Constructor and Description |
|---|
LockAwareAggregate(A wrappedAggregate,
Lock lock)
|
| 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–2018. All rights reserved.