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 anAppendConditionAssertionExceptionnoting that theEventStorageEnginecontains events matching thecriteriapassed the givenconsistencyMarker.