Skip to content

This repo has libraries for DotNet that implement the mediator, chain of responsibility, and decorator patterns in order to build a pipeline of functions (handlers) to process requests (such as commands and queries) and produce results (response). This is designed for functions (handlers) to be plugged in without any direct dependency.You can us…

License

Notifications You must be signed in to change notification settings

Royal-Code/Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline

This repo has libraries for DotNet that implement the mediator, chain of responsibility, and decorator patterns in order to build a pipeline of functions (handlers) to process requests (such as commands and queries) and produce results (response). This is designed for functions (handlers) to be plugged in without any direct dependency.You can use a simple function delegate or determine that a method of a service will be a handler.

About

This repo has libraries for DotNet that implement the mediator, chain of responsibility, and decorator patterns in order to build a pipeline of functions (handlers) to process requests (such as commands and queries) and produce results (response). This is designed for functions (handlers) to be plugged in without any direct dependency.You can us…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages