An open API service indexing awesome lists of open source software.

https://github.com/AMVSoftware/NSaga

Simple Saga Management library for .Net
https://github.com/AMVSoftware/NSaga

mediator messages sagas

Last synced: 6 months ago
JSON representation

Simple Saga Management library for .Net

Awesome Lists containing this project

README

          

# NSaga
Lightweight Saga management framework for .Net. Provides an easy way to create sagas in your application. A Saga is a long-running operation or a transaction;
Sagas have dependencies and state. NSaga provides you with easy means to inject dependencies and persist saga state.

Please read more on how to use this framework in [Documentation](https://github.com/AMVSoftware/NSaga/wiki).

Samples can be found in [NSaga.Samples](https://github.com/AMVSoftware/NSaga.Samples)

[![Build status](https://ci.appveyor.com/api/projects/status/fy4qn1k8d70th9a9/branch/master?svg=true)](https://ci.appveyor.com/project/trailmax/nsaga/branch/master)
[![NuGet version](https://badge.fury.io/nu/nsaga.svg)](https://badge.fury.io/nu/nsaga)