CQRS
Based on the CQRS pattern, the mediator is used to decouple the command and query logic from the domain model.
Implementation heavily inspired by C# MediatR library.
For full documentation, visit the Mediator (CQRS) section.
Based on the CQRS pattern, the mediator is used to decouple the command and query logic from the domain model.
Implementation heavily inspired by C# MediatR library.
For full documentation, visit the Mediator (CQRS) section.