| Package | Description |
|---|---|
| org.axonframework.common.lock |
| Class and Description |
|---|
| Lock
Interface of a lock acquired to gain (exclusive) access to a shared resource, with a mechanism to release it again.
|
| LockAcquisitionFailedException
Exception indicating that a lock could not be obtained.
|
| LockFactory
Interface to the lock factory.
|
| NullLockFactory
LockFactory implementation that does nothing.
|
| PessimisticLockFactory
Implementation of a
LockFactory that uses a pessimistic locking strategy. |
| PessimisticLockFactory.Builder
Builder class for the
PessimisticLockFactory. |
Copyright © 2010–2022. All rights reserved.