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 995a79b commit 2c10de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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.
- Both of those can also be reachable from API as Endpoints or/and be toggable using FeatureToggles.

Those elements can be setup using two types of API:

Expand Down

0 comments on commit 2c10de5

Please sign in to comment.