Class DefaultEventStoreTransaction

java.lang.Object
org.axonframework.eventsourcing.eventstore.DefaultEventStoreTransaction
All Implemented Interfaces:
EventStoreTransaction

public class DefaultEventStoreTransaction extends Object implements EventStoreTransaction
The default EventStoreTransaction.

While sourcing it will map the SourcingCondition into an AppendCondition for appending, taking into account several sourcing invocation might have occurred in the same ProcessingContext. During appending it will pass along a collection of events to an EventStorageEngine is part of the prepare commit phase of the ProcessingContext.

Since:
5.0.0
Author:
Steven van Beelen