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.
We should add two more methods to the event store interface:
Both should be similar to
loadAggregateEventsbut only use the stream name as filter.Instead of
minVersionandmaxVersionthe methods should takeskipandlimitarguments so that clients can implement pagination logic while browsing a stream.