Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HubiBoar authored May 17, 2024
1 parent 4391fd6 commit 995a79b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
[![NuGet Downloads](https://img.shields.io/nuget/dt/FeatureSlice)](https://www.nuget.org/packages/FeatureSlice/)

**FeatureSlice** is an library aiming to help working with Vertical/Feature Slice Architecture.
FeatureSlices can be Endpoints, Handlers and Consumers, and can also have a FeatureToggle.
- Handlers are a InMemory classes which take and Request and produces an Response.
- Consumers are Message Consumers which take an Request and produces only Success or Error status, they can be setup to use for example Azure ServiceBus.
- Both of those can also be reachable from API as Endpoints or be toggable using FeatureToggles.

It achieves that by creating an abstraction in a form of two types of APIs:
Those elements can be setup using two types of API:

## [FluentGenericBuilder](src/Samples/Builder.cs)

Expand Down

0 comments on commit 995a79b

Please sign in to comment.