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
Basically somehow change Subscribers from in memory event bus listeners into full-blown subscriptions that are dispatching new StartSubscription($id, $event) commands.
Of course those subscriptions would have to become command handlers.
The text was updated successfully, but these errors were encountered:
Basically somehow change
Subscriber
s from in memory event bus listeners into full-blown subscriptions that are dispatchingnew StartSubscription($id, $event)
commands.Of course those subscriptions would have to become command handlers.
The text was updated successfully, but these errors were encountered: