Uses of Interface
org.axonframework.eventsourcing.eventstore.EventStorageEngine.AppendTransaction
Packages that use EventStorageEngine.AppendTransaction
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JPA Implementation of the EventStore.
-
Uses of EventStorageEngine.AppendTransaction in org.axonframework.axonserver.connector.event
Methods in org.axonframework.axonserver.connector.event that return types with arguments of type EventStorageEngine.AppendTransactionModifier and TypeMethodDescriptionAggregateBasedAxonServerEventStorageEngine.appendEvents(AppendCondition condition, ProcessingContext context, List<TaggedEventMessage<?>> events) AxonServerEventStorageEngine.appendEvents(AppendCondition condition, ProcessingContext context, List<TaggedEventMessage<?>> events) -
Uses of EventStorageEngine.AppendTransaction in org.axonframework.eventsourcing.eventstore
Classes in org.axonframework.eventsourcing.eventstore that implement EventStorageEngine.AppendTransactionModifier and TypeClassDescriptionfinal recordRepresents an empty append transaction.Fields in org.axonframework.eventsourcing.eventstore declared as EventStorageEngine.AppendTransactionModifier and TypeFieldDescriptionstatic final EventStorageEngine.AppendTransaction<Void> EmptyAppendTransaction.INSTANCEThe single instance of theEmptyAppendTransaction.Methods in org.axonframework.eventsourcing.eventstore that return types with arguments of type EventStorageEngine.AppendTransactionModifier and TypeMethodDescriptionEventStorageEngine.appendEvents(AppendCondition condition, ProcessingContext context, List<TaggedEventMessage<?>> events) EventStorageEngine.appendEvents(AppendCondition condition, ProcessingContext context, TaggedEventMessage<?>... events) Append one or moreeventsto the underlying storage solution. -
Uses of EventStorageEngine.AppendTransaction in org.axonframework.eventsourcing.eventstore.inmemory
Methods in org.axonframework.eventsourcing.eventstore.inmemory that return types with arguments of type EventStorageEngine.AppendTransactionModifier and TypeMethodDescriptionInMemoryEventStorageEngine.appendEvents(AppendCondition condition, ProcessingContext processingContext, List<TaggedEventMessage<?>> events) -
Uses of EventStorageEngine.AppendTransaction in org.axonframework.eventsourcing.eventstore.jpa
Methods in org.axonframework.eventsourcing.eventstore.jpa that return types with arguments of type EventStorageEngine.AppendTransactionModifier and TypeMethodDescriptionAggregateBasedJpaEventStorageEngine.appendEvents(AppendCondition condition, ProcessingContext processingContext, List<TaggedEventMessage<?>> events)