|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConflictResolver | |
|---|---|
| org.axonframework.eventsourcing | Classes related to event sourcing. |
| org.axonframework.eventsourcing.conflictresolvers | |
| Uses of ConflictResolver in org.axonframework.eventsourcing |
|---|
| Methods in org.axonframework.eventsourcing with parameters of type ConflictResolver | |
|---|---|
void |
EventSourcingRepository.setConflictResolver(ConflictResolver conflictResolver)
Sets the conflict resolver to use for this repository. |
| Uses of ConflictResolver in org.axonframework.eventsourcing.conflictresolvers |
|---|
| Classes in org.axonframework.eventsourcing.conflictresolvers that implement ConflictResolver | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||