Uses of Interface
org.axonframework.eventsourcing.eventstore.SourcingStrategy
Packages that use SourcingStrategy
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of SourcingStrategy in org.axonframework.eventsourcing.eventstore
Classes in org.axonframework.eventsourcing.eventstore that implement SourcingStrategyModifier and TypeClassDescriptionstatic final recordAbsolute start position in the event stream.static final recordSnapshot-based sourcing strategy.Methods in org.axonframework.eventsourcing.eventstore that return SourcingStrategyModifier and TypeMethodDescriptionSourcingStrategy.Absolute.merge(SourcingStrategy other) SourcingStrategy.merge(SourcingStrategy other) Merges this sourcing strategy with another sourcing strategy to produce a single effective strategy for event sourcing.SourcingStrategy.Snapshot.merge(SourcingStrategy other) default SourcingStrategySourcingCondition.strategy()The sourcing strategy used for this sourcing condition.Methods in org.axonframework.eventsourcing.eventstore with parameters of type SourcingStrategyModifier and TypeMethodDescriptionstatic SourcingConditionSourcingCondition.conditionFor(SourcingStrategy sourcingStrategy, EventCriteria criteria) Construct aSourcingConditionused to source a model based on the givencriteriaandsourcing strategy.SourcingStrategy.Absolute.merge(SourcingStrategy other) SourcingStrategy.merge(SourcingStrategy other) Merges this sourcing strategy with another sourcing strategy to produce a single effective strategy for event sourcing.SourcingStrategy.Snapshot.merge(SourcingStrategy other)