-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We should add two more methods to the event store interface:
- loeadStreamEvents
- loeadStreamEventsReverse
Both should be similar to loadAggregateEvents
but only use the stream name as filter.
Instead of minVersion
and maxVersion
the methods should take skip
and limit
arguments so that clients can implement pagination logic while browsing a stream.
martin-schilling
Metadata
Metadata
Assignees
Labels
No labels