Package | Description |
---|---|
org.axonframework.common.lock | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.modelling.command | |
org.axonframework.modelling.saga.repository |
Modifier and Type | Class and Description |
---|---|
class |
NullLockFactory
LockFactory implementation that does nothing.
|
class |
PessimisticLockFactory
Implementation of a
LockFactory that uses a pessimistic locking strategy. |
Modifier and Type | Method and Description |
---|---|
EventSourcingRepository.Builder<T> |
EventSourcingRepository.Builder.lockFactory(LockFactory lockFactory)
Sets the
LockFactory used to lock an aggregate. |
Modifier and Type | Method and Description |
---|---|
GenericJpaRepository.Builder<T> |
GenericJpaRepository.Builder.lockFactory(LockFactory lockFactory) |
LockingRepository.Builder<T> |
LockingRepository.Builder.lockFactory(LockFactory lockFactory)
Sets the
LockFactory used to lock an aggregate. |
Modifier and Type | Method and Description |
---|---|
AnnotatedSagaRepository.Builder<T> |
AnnotatedSagaRepository.Builder.lockFactory(LockFactory lockFactory) |
LockingSagaRepository.Builder<T> |
LockingSagaRepository.Builder.lockFactory(LockFactory lockFactory)
Sets the
LockFactory used to lock a saga. |
Copyright © 2010–2020. All rights reserved.