Package | Description |
---|---|
org.axonframework.eventsourcing.conflictresolution |
Class and Description |
---|
ConflictDescription
Descries a conflict between expected and actual version of an aggregate.
|
ConflictExceptionSupplier
Interface describing a factory for exceptions that indicate an unresolved conflict in an aggregate instance.
|
ConflictResolver
Interface describing an object that is capable of detecting conflicts between changes to be applied to an aggregate,
and unseen changes made to the aggregate.
|
ContextAwareConflictExceptionSupplier
ConflictExceptionSupplier that is provided with more details of a version conflict.
|
NoConflictResolver
Implementation of a
ConflictResolver that does nothing. |
Copyright © 2010–2018. All rights reserved.