Uses of Class
io.fluxcapacitor.javaclient.persisting.eventsourcing.AggregateEventStream
Packages that use AggregateEventStream
Package
Description
-
Uses of AggregateEventStream in io.fluxcapacitor.javaclient.persisting.eventsourcing
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing that return AggregateEventStreamModifier and TypeMethodDescription<O> AggregateEventStream
<O> Transforms the underlying stream of events using a given stream converter function.DefaultEventStore.getEvents
(Object aggregateId, long lastSequenceNumber, int maxSize, boolean ignoreUnknownType) default AggregateEventStream
<DeserializingMessage> Retrieves the full event stream for an aggregate starting from the beginning.default AggregateEventStream
<DeserializingMessage> Retrieves the event stream for an aggregate starting after the specified sequence number.default AggregateEventStream
<DeserializingMessage> Retrieves the event stream for an aggregate starting after a given sequence number, with a maximum limit.EventStore.getEvents
(Object aggregateId, long lastSequenceNumber, int maxSize, boolean ignoreUnknownType) Retrieves the event stream for an aggregate with full control over behavior. -
Uses of AggregateEventStream in io.fluxcapacitor.javaclient.persisting.eventsourcing.client
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing.client that return AggregateEventStreamModifier and TypeMethodDescriptiondefault AggregateEventStream
<SerializedMessage> Retrieves the full event stream for a given aggregate.default AggregateEventStream
<SerializedMessage> Retrieves the event stream for an aggregate starting after the given sequence number.Retrieves the event stream for an aggregate with control over size and offset.Retrieves events for a specific aggregate starting after a given sequence number, optionally limiting the result size.