Hi all,
I can not see in the actual documentation what is the proper way to replay all event of an EventStore
to its listeners. From what I understood EventStore are populated by Repositories from Aggregates.
Then Repositories fire event to event buses.
My [noob] question is what is the way to replay events from one EventStore to a set of EventHandler through
an EventBus ?
Thanks in advance