4 repositorios
Libraries for implementing mediator and event-driven patterns.
Explore 4 awesome GitHub repositories matching part of an awesome list · Messaging and Patterns. Refine with filters or upvote what's useful.
MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that decouples senders and receivers by routing messages through a central dispatcher. It enables the transmission of requests and notifications between different components within a single application process. The framework provides a pipeline behavior system that allows for the interception and processing of messages through a sequence of custom behaviors. This architecture is used to implement cross-cutting concerns, such as logging or validation, across multiple handlers. The library
Simple mediator implementation for .NET applications.
Async/await first CQRS+ES and DDD framework for .NET
CQRS and event sourcing framework for .NET.
A simple mediator for .Net for sending command, publishing event and request response with pipelines supported
Mediator for commands, events, and request-response pipelines.
In-process .NET mediator for CQS and DDD with first-class commands, queries, and events, a typed handler pipeline, and durable messaging.
In-process mediator for command query separation.