Uses of Interface
org.axonframework.eventsourcing.eventstore.SourcingCondition
Packages that use SourcingCondition
Package
Description
Part of the Axon Server Connector module.
Package containing multitenancy support for event sourcing components.
Postgres extension main package.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
Part of the Axon Eventsourcing module.
Part of the Axon Eventsourcing module.
Event-store tracing decorators and event-sourcing-specific
SpanAttributesProvider implementations.-
Uses of SourcingCondition in io.axoniq.framework.axonserver.connector.event
Methods in io.axoniq.framework.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, @Nullable ProcessingContext context) AxonServerEventStorageEngine.source(SourcingCondition condition, @Nullable ProcessingContext context) -
Uses of SourcingCondition in io.axoniq.framework.messaging.multitenancy.eventsourcing
Methods in io.axoniq.framework.messaging.multitenancy.eventsourcing with parameters of type SourcingConditionModifier and TypeMethodDescriptionMultiTenantEventStorageEngine.source(SourcingCondition condition, @Nullable ProcessingContext context) -
Uses of SourcingCondition in io.axoniq.framework.postgresql
Methods in io.axoniq.framework.postgresql with parameters of type SourcingConditionModifier and TypeMethodDescriptionPostgresqlEventStorageEngine.source(SourcingCondition condition, @Nullable ProcessingContext context) -
Uses of SourcingCondition in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return SourcingConditionModifier and TypeMethodDescriptionstatic SourcingConditionSourcingCondition.conditionFor(Position position, EventCriteria criteria) Construct aSourcingConditionused to source a model based on the givencriteria.static SourcingConditionSourcingCondition.conditionFor(SourcingStrategy sourcingStrategy, EventCriteria criteria) Construct aSourcingConditionused to source a model based on the givencriteriaandsourcing strategy.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 criteriaandsourcing strategies.SourcingCondition.withCriteria(EventCriteria criteria) Returns a copy ofthis SourcingConditionwith itsEventsCondition.criteria()replaced by the givencriteria, preserving thesourcing strategy(and thus the start position).Methods in org.axonframework.eventsourcing.eventstore with parameters of type SourcingConditionModifier and TypeMethodDescriptionSourcingCondition.or(SourcingCondition other) Mergesthis SourcingConditionwith the givenother SourcingCondition, by combining theirsearch criteriaandsourcing strategies.MessageStream<? extends EventMessage> DefaultEventStoreTransaction.source(SourcingCondition condition) MessageStream<? extends EventMessage> DefaultEventStoreTransaction.source(SourcingCondition condition, @Nullable Consumer<Position> resumePositionCallback) default MessageStream<EventMessage> EventStorageEngine.source(SourcingCondition condition) EventStorageEngine.source(SourcingCondition condition, @Nullable ProcessingContext context) Creates a finiteMessageStreamofeventsmatching the givencondition, carrying along the activeProcessingContext.default MessageStream<? extends EventMessage> EventStoreTransaction.source(SourcingCondition condition) Sources aMessageStreamof typeEventMessagebased on the givenconditionthat can be used to rehydrate a model.MessageStream<? extends EventMessage> EventStoreTransaction.source(SourcingCondition condition, @Nullable Consumer<Position> resumePositionCallback) Sources aMessageStreamof typeEventMessagebased on the givencondition, optionally invoking the givenresume positioncallback.SnapshotCapableEventStorageEngine.source(SourcingCondition condition, @Nullable ProcessingContext context) -
Uses of SourcingCondition in org.axonframework.eventsourcing.eventstore.inmemory
Methods in org.axonframework.eventsourcing.eventstore.inmemory with parameters of type SourcingConditionModifier and TypeMethodDescriptionInMemoryEventStorageEngine.source(SourcingCondition condition, @Nullable ProcessingContext context) -
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, @Nullable ProcessingContext context) -
Uses of SourcingCondition in org.axonframework.eventsourcing.eventstore.tracing
Methods in org.axonframework.eventsourcing.eventstore.tracing with parameters of type SourcingConditionModifier and TypeMethodDescriptionTracingEventStorageEngine.source(SourcingCondition condition, @Nullable ProcessingContext context)