Uses of Interface
org.axonframework.eventsourcing.conflictresolution.ConflictDescription
Packages that use ConflictDescription
-
Uses of ConflictDescription in org.axonframework.eventsourcing.conflictresolution
Classes in org.axonframework.eventsourcing.conflictresolution that implement ConflictDescriptionModifier and TypeClassDescriptionclassConflictDescriptionimplementation that takes the necessary information in the Constructor.Methods in org.axonframework.eventsourcing.conflictresolution with parameters of type ConflictDescriptionModifier and TypeMethodDescriptionContextAwareConflictExceptionSupplier.supplyException(ConflictDescription conflictDescription) Creates an instance of an exception indicating a conflict described by the givenconflictDescription.