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 has been archived by the owner on May 1, 2024. It is now read-only.
The goal here is to make it as easy as possible to have a handler method that:
Uses Marten's FetchForWriting() method to find the right aggregate for the command
Takes in a command message, a Marten event sourced aggregate (or the handle method is on the actual aggregate), and any other arguments for other services
applies any cascading events to the event stream for the aggregate
The goal here is to make it as easy as possible to have a handler method that:
FetchForWriting()
method to find the right aggregate for the commandor
The text was updated successfully, but these errors were encountered: