Uses of Interface
org.axonframework.messaging.eventstreaming.StreamingCondition
Packages that use StreamingCondition
Package
Description
Part of the Axon Server Connector module.
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.
Part of the Axon Messaging module.
Part of the Axon Test module.
-
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, @Nullable ProcessingContext context) StorageEngineBackedEventStore.open(StreamingCondition condition, @Nullable 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(@Nullable TrackingToken position) Constructs a simpleStreamingConditionthat starts streaming from the givenposition.Methods in org.axonframework.messaging.eventstreaming with parameters of type StreamingConditionModifier and TypeMethodDescriptionMultiStreamableEventSource.open(StreamingCondition condition, @Nullable ProcessingContext context) StreamableEventSource.open(StreamingCondition condition, @Nullable 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, @Nullable ProcessingContext context)