Package | Description |
---|---|
org.axonframework.common.lock | |
org.axonframework.modelling.command |
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–2022. All rights reserved.