Uses of Interface
org.axonframework.messaging.eventstreaming.StreamingCondition
Packages that use StreamingCondition
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 StreamingCondition in org.axonframework.axonserver.connector.event
Methods in org.axonframework.axonserver.connector.event with parameters of type StreamingConditionModifier and TypeMethodDescriptionstatic io.axoniq.axonserver.grpc.event.dcb.StreamEventsRequestConditionConverter.convertStreamingCondition(StreamingCondition condition) Converts the givenconditioninto aStreamEventsRequest.AggregateBasedAxonServerEventStorageEngine.stream(StreamingCondition condition) AxonServerEventStorageEngine.stream(StreamingCondition condition) -
Uses of StreamingCondition in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore with parameters of type StreamingConditionModifier and TypeMethodDescriptionInterceptingEventStore.open(StreamingCondition condition, ProcessingContext context) StorageEngineBackedEventStore.open(StreamingCondition condition, ProcessingContext context) EventStorageEngine.stream(StreamingCondition condition) -
Uses of StreamingCondition in org.axonframework.eventsourcing.eventstore.inmemory
Methods in org.axonframework.eventsourcing.eventstore.inmemory with parameters of type StreamingConditionModifier and TypeMethodDescriptionInMemoryEventStorageEngine.stream(StreamingCondition condition) -
Uses of StreamingCondition in org.axonframework.eventsourcing.eventstore.jpa
Methods in org.axonframework.eventsourcing.eventstore.jpa with parameters of type StreamingConditionModifier and TypeMethodDescriptionAggregateBasedJpaEventStorageEngine.stream(StreamingCondition condition) -
Uses of StreamingCondition in org.axonframework.messaging.eventstreaming
Methods in org.axonframework.messaging.eventstreaming that return StreamingConditionModifier and TypeMethodDescriptionstatic StreamingConditionStreamingCondition.conditionFor(TrackingToken position, EventCriteria criteria) Constructs a simpleStreamingConditionthat starts streaming from the givenposition, only returning events matching the givencriteria.StreamingCondition.or(EventCriteria criteria) static StreamingConditionStreamingCondition.startingFrom(TrackingToken position) Constructs a simpleStreamingConditionthat starts streaming from the givenposition.Methods in org.axonframework.messaging.eventstreaming with parameters of type StreamingConditionModifier and TypeMethodDescriptionStreamableEventSource.open(StreamingCondition condition, ProcessingContext context) -
Uses of StreamingCondition in org.axonframework.test.fixture
Methods in org.axonframework.test.fixture with parameters of type StreamingConditionModifier and TypeMethodDescriptionRecordingEventStore.open(StreamingCondition condition, ProcessingContext context)