Uses of Class
org.axonframework.eventsourcing.eventstore.AppendEventsTransactionRejectedException
Packages that use AppendEventsTransactionRejectedException
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of AppendEventsTransactionRejectedException in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return AppendEventsTransactionRejectedExceptionModifier and TypeMethodDescriptionAppendEventsTransactionRejectedException.conflictingEventsDetected(ConsistencyMarker consistencyMarker) Constructs anAppendEventsTransactionRejectedExceptionnoting that theEventStorageEnginecontains events matching thecriteriapassed the givenconsistencyMarker.AppendEventsTransactionRejectedException.conflictingEventsDetected(ConsistencyMarker consistencyMarker, Set<Tag> tags) Constructs anAppendEventsTransactionRejectedExceptionnoting that theEventStorageEnginecontains events matching thecriteriapassed the givenconsistencyMarker.AppendEventsTransactionRejectedException.withConflictingEvent(@Nullable EventMessage conflictingEvent) Returns a copy ofthis AppendEventsTransactionRejectedExceptionwith itsconflictingEvent()replaced by the givenconflictingEvent, preserving the original message,tags(), stack trace, and cause.