Uses of Interface
org.axonframework.eventsourcing.eventstore.SourcingCondition
Packages that use SourcingCondition
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 SourcingCondition in org.axonframework.axonserver.connector.event
Methods in org.axonframework.axonserver.connector.event with parameters of type SourcingConditionModifier and TypeMethodDescriptionstatic io.axoniq.axonserver.grpc.event.dcb.SourceEventsRequestConditionConverter.convertSourcingCondition(SourcingCondition condition) Converts the givenconditioninto aSourceEventsRequest.AggregateBasedAxonServerEventStorageEngine.source(SourcingCondition condition) AxonServerEventStorageEngine.source(SourcingCondition condition) -
Uses of SourcingCondition in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return SourcingConditionModifier and TypeMethodDescriptionstatic SourcingConditionSourcingCondition.conditionFor(Position start, EventCriteria criteria) Construct aSourcingConditionused to source a model based on the givencriteria.static SourcingConditionSourcingCondition.conditionFor(EventCriteria criteria) Construct aSourcingConditionused to source a model based on the givencriteria.SourcingCondition.or(SourcingCondition other) Mergesthis SourcingConditionwith the givenother SourcingCondition, by combining theirsearch criteriaandstarting points.Methods in org.axonframework.eventsourcing.eventstore with parameters of type SourcingConditionModifier and TypeMethodDescriptionSourcingCondition.or(SourcingCondition other) Mergesthis SourcingConditionwith the givenother SourcingCondition, by combining theirsearch criteriaandstarting points.MessageStream<? extends EventMessage> DefaultEventStoreTransaction.source(SourcingCondition condition) EventStorageEngine.source(SourcingCondition condition) MessageStream<? extends EventMessage> EventStoreTransaction.source(SourcingCondition condition) Sources aMessageStreamof typeEventMessagebased on the givenconditionthat can be used to rehydrate a model. -
Uses of SourcingCondition in org.axonframework.eventsourcing.eventstore.inmemory
Methods in org.axonframework.eventsourcing.eventstore.inmemory with parameters of type SourcingCondition -
Uses of SourcingCondition in org.axonframework.eventsourcing.eventstore.jpa
Methods in org.axonframework.eventsourcing.eventstore.jpa with parameters of type SourcingConditionModifier and TypeMethodDescriptionAggregateBasedJpaEventStorageEngine.source(SourcingCondition condition)