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