-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ support for request-id 📝 updated DocFX ⬆️ bump dependencies 💬 updated community health pages
- Loading branch information
1 parent
551b251
commit d943657
Showing
17 changed files
with
310 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.Commands | ||
summary: *content | ||
--- | ||
The `Savvyio.Commands` namespace holds all the abstractions and core types related to commands (C in Cqrs). | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.Data | ||
summary: *content | ||
--- | ||
The `Savvyio.Data` namespace holds all the abstractions and core types related to data. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.Dispatchers | ||
summary: *content | ||
--- | ||
The `Savvyio.Dispatchers` namespace holds all the abstractions and core types related to dispatchers. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.Domain | ||
summary: *content | ||
--- | ||
The `Savvyio.Domain` namespace holds all the abstractions and core types related to DDD. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.EventDriven | ||
summary: *content | ||
--- | ||
The `Savvyio.EventDriven` namespace holds all the abstractions and core types related to integration events. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
uid: Savvyio.Handlers | ||
summary: *content | ||
--- | ||
The `Savvyio.Handlers` namespace holds all the abstractions and core types related to handlers. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] | ||
|
||
### Extension Methods | ||
|
||
|Type|Ext|Methods| | ||
|--:|:-:|---| | ||
|IFireForgetRegistry|⬇️|`RegisterAsync`| | ||
|IRequestReplyRegistry|⬇️|`RegisterAsync`| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.Messaging | ||
summary: *content | ||
--- | ||
The `Savvyio.Messaging` namespace holds all the abstractions and core types related to messaging. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.Queries | ||
summary: *content | ||
--- | ||
The `Savvyio.Queries` namespace holds all the abstractions and core types related to queriying (Q in cQrs). | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
uid: Savvyio.Reflection | ||
summary: *content | ||
--- | ||
The `Savvyio.Reflection` namespace holds all the abstractions and core types related to reflection. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
uid: Savvyio | ||
summary: *content | ||
--- | ||
The `Savvyio` namespace provides the fundamental abstractions and classes for supporting a complete flow of DDD, CQRS and Event Sourcing concepts including the option to scale out using distributed subsystems. | ||
|
||
[!INCLUDE [availability-modern](../../includes/availability-modern.md)] | ||
|
||
### Extension Methods | ||
|
||
|Type|Ext|Methods| | ||
|--:|:-:|---| | ||
|IMetadata|⬇️|`GetCausationId`, `GetCorrelationId`, `GetMemberType`, `SetCausationId`, `SetCorrelationId`, `SetEventId`, `SetTimestamp`, `SetMemberType`, `SaveMetadata`, `MergeMetadata`| | ||
|SavvyioOptions|⬇️|`AddDispatchers`, `AddHandlers`| | ||
|Task|⬇️|`SingleOrDefaultAsync`| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Availability: .NET 9 and .NET 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.