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
{{ message }}
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
I see that the EventMessageBus is build to support Asynchronous execution by default (maybe a sideeffect of pushing events to EventStore) but Commands do not have that by default mainly because a SerializerInterface is missing for those.
Any ideas on how this could easily be added? Maybe by generalizing the SerializerInterface?
I see that the EventMessageBus is build to support Asynchronous execution by default (maybe a sideeffect of pushing events to EventStore) but Commands do not have that by default mainly because a SerializerInterface is missing for those.
Any ideas on how this could easily be added? Maybe by generalizing the SerializerInterface?