This repository has been archived by the owner on May 7, 2020. It is now read-only.
v2.3.2
Features
-
Implement more CQRS oriented structures #121
- 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.
-
Create a aspnetcore middleware fore CorrelationId #124