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.
- Host: GitHub
- URL: https://github.com/shuttle/shuttle.core.pipelinetransaction
- Owner: Shuttle
- License: bsd-3-clause
- Created: 2018-01-03T19:49:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T11:03:49.000Z (about 1 year ago)
- Last Synced: 2025-04-09T00:55:54.424Z (about 1 month ago)
- Language: C#
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
});
```