Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.eventsourcing.conflictresolvers |
Modifier and Type | Method and Description |
---|---|
void |
EventSourcingRepository.setConflictResolver(ConflictResolver conflictResolver)
Sets the conflict resolver to use for this repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptAllConflictResolver
Implementation of the conflict resolver that will accept all changes made to an aggregate, even if the aggregate
contains changes that were not expected by the command handler.
|
Copyright © 2010-2014. All Rights Reserved.