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

https://github.com/shuttle/shuttle.core.pipelinetransaction

Provides a pipeline observer to handle transaction scopes.
https://github.com/shuttle/shuttle.core.pipelinetransaction

Last synced: about 1 month ago
JSON representation

Provides a pipeline observer to handle transaction scopes.

Awesome Lists containing this project

README

        

# Shuttle.Core.PipelineTransaction

Provides a pipeline observer to handle transaction scopes.

```c#
services.AddPipelineProcessing(builder => {
builder.AddAssembly(assembly);
builder.AddTransactions();
});
```