Skip to content

Lightweight CQRS library built around an in-process mediator that can dispatch command, query, and event messages for processing by custom-defined handlers. Targets .NET Standard 2.0.

jimatas/Developist.Core.Cqrs

Repository files navigation

Developist.Core.Cqrs

A lightweight in-process CQRS library simplifying command, query, and event handling.

Messages and Handlers

Define messages using simple interfaces:

Create message handlers by implementing corresponding interfaces:

Dispatching

Easily dispatch messages to handlers:

Interception

Enhance message processing with interceptors:

About

Lightweight CQRS library built around an in-process mediator that can dispatch command, query, and event messages for processing by custom-defined handlers. Targets .NET Standard 2.0.

Topics

Resources

Stars

Watchers

Forks

Languages