You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about querying for the state of an aggregate. I need to get the the state of an event stream from its start to a certain timestamp. Is there a way to do this. It would work the same as getEventsSince but instead be something like getEventsUntil.
I see that you can add a limit to getEvents but that that doesn't quite do it as I'd like to be able to pass in a timestamp instead of a number of events to return.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Love this library. Thank you!
I have a question about querying for the state of an aggregate. I need to get the the state of an event stream from its start to a certain timestamp. Is there a way to do this. It would work the same as
getEventsSince
but instead be something likegetEventsUntil
.I see that you can add a limit to
getEvents
but that that doesn't quite do it as I'd like to be able to pass in a timestamp instead of a number of events to return.Any suggestions?
The text was updated successfully, but these errors were encountered: