Uses of Interface
org.axonframework.eventsourcing.conflictresolution.ConflictExceptionSupplier
Packages that use ConflictExceptionSupplier
-
Uses of ConflictExceptionSupplier in org.axonframework.eventsourcing.conflictresolution
Methods in org.axonframework.eventsourcing.conflictresolution with parameters of type ConflictExceptionSupplierModifier and TypeMethodDescriptiondefault <T extends Exception>
voidConflictResolver.detectConflicts(Predicate<List<DomainEventMessage<?>>> predicate, ConflictExceptionSupplier<T> exceptionSupplier) Resolve conflicts between unseen changes made to the aggregate and new changes that are about to be made.<T extends Exception>
voidNoConflictResolver.detectConflicts(Predicate<List<DomainEventMessage<?>>> predicate, ConflictExceptionSupplier<T> exceptionSupplier)