Package | Description |
---|---|
org.axonframework.eventsourcing.conflictresolution |
Modifier and Type | Method and Description |
---|---|
<T extends Exception> |
NoConflictResolver.detectConflicts(Predicate<List<DomainEventMessage<?>>> predicate,
ContextAwareConflictExceptionSupplier<T> exceptionSupplier) |
<T extends Exception> |
DefaultConflictResolver.detectConflicts(Predicate<List<DomainEventMessage<?>>> predicate,
ContextAwareConflictExceptionSupplier<T> exceptionSupplier) |
<T extends Exception> |
ConflictResolver.detectConflicts(Predicate<List<DomainEventMessage<?>>> predicate,
ContextAwareConflictExceptionSupplier<T> exceptionSupplier)
Resolve conflicts between unseen changes made to the aggregate and new changes that are about to be made.
|
Copyright © 2010–2022. All rights reserved.