As Major Update: With this issue, we are rewriting Cortex.Mediator to support .NET Developers to implement CQRS Pattern in .NET Services.
This new Library will support
Commands,
Queries and
Notifications.
CommandHandlers will run business logic without returning a state. QueryHandler will be able to run Queries and return results to the caller. Notification will be used for Fire and Forget use cases like EDA.
WE are adding support for transaction-like execution.
As Major Update: With this issue, we are rewriting Cortex.Mediator to support .NET Developers to implement CQRS Pattern in .NET Services.
This new Library will support
Commands,
Queries and
Notifications.
CommandHandlers will run business logic without returning a state. QueryHandler will be able to run Queries and return results to the caller. Notification will be used for Fire and Forget use cases like EDA.
WE are adding support for transaction-like execution.