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 7, 2020. It is now read-only.
CorrelationId/CausationId approach for each command
CorrelationId/CausationId aware Context implementation. This will provide these Ids in its context
e.g ICommandContext {CorrelationId, CausationId} per thread.
Enter context (command)
Do stuff
Save
Consider removing ApplicationServices and introduce CommandHandler and provide a generic IHandles<T>
The text was updated successfully, but these errors were encountered:
Command, SequencedCommand
CorrelationId/CausationId approach for each command
CorrelationId/CausationId aware Context implementation. This will provide these Ids in its context
e.g
ICommandContext {CorrelationId, CausationId} per thread.
Consider removing ApplicationServices and introduce CommandHandler and provide a generic
IHandles<T>
The text was updated successfully, but these errors were encountered: