| Package | Description | 
|---|---|
| org.axonframework.commandhandling.conflictresolution | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultConflictResolver
Implementation of a  
ConflictResolver that fetches any unseen changes from the EventStore. | 
class  | 
NoConflictResolver
Implementation of a  
ConflictResolver that does nothing. | 
| Modifier and Type | Method and Description | 
|---|---|
static ConflictResolver | 
ConflictResolution.getConflictResolver()
Returns the ConflictResolver instance that can be used to resolve conflicts of an Aggregate that has been
 previously loaded in this Unit of Work. 
 | 
ConflictResolver | 
ConflictResolution.resolveParameterValue(Message<?> message)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ConflictResolution.initialize(ConflictResolver conflictResolver)
Initialize conflict resolution in the context of the current Unit of Work dealing with a command on an event
 sourced aggregate. 
 | 
Copyright © 2010–2018. All rights reserved.