feat: add pub/sub support to dispatcher
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m56s
default / dotnet-default-workflow (push) Successful in 1m49s

Notifications are broadcast to zero or more handlers with configurable
publishing strategies (sequential or parallel) and pipeline behavior
support.
This commit is contained in:
Louis Seubert 2026-07-01 22:00:05 +02:00
commit 9232716901
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
27 changed files with 814 additions and 7 deletions

View file

@ -42,6 +42,7 @@ To have a consistent experience across all packages, some public interfaces have
### Added
- **request.validation:** Support `PropertyPath` JSON converter for string values and dictionary property names
- **request.dispatcher:** Notification (pub/sub) support with `INotification`
### Changed