Uses of Interface
org.axonframework.eventsourcing.conflictresolution.ConflictResolver
Packages that use ConflictResolver
-
Uses of ConflictResolver in org.axonframework.eventsourcing.conflictresolution
Classes in org.axonframework.eventsourcing.conflictresolution that implement ConflictResolverModifier and TypeClassDescriptionclassImplementation of aConflictResolverthat fetches any unseen changes from theEventStore.enumImplementation of aConflictResolverthat does nothing.Methods in org.axonframework.eventsourcing.conflictresolution that return ConflictResolverModifier and TypeMethodDescriptionstatic ConflictResolverConflictResolution.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.ConflictResolution.resolveParameterValue(Message<?> message) Methods in org.axonframework.eventsourcing.conflictresolution with parameters of type ConflictResolverModifier and TypeMethodDescriptionstatic voidConflictResolution.initialize(ConflictResolver conflictResolver) Initialize conflict resolution in the context of the current Unit of Work dealing with a command on an event sourced aggregate.