feat: add pub/sub support to dispatcher
Notifications are broadcast to zero or more handlers with configurable publishing strategies (sequential or parallel) and pipeline behavior support.
This commit is contained in:
parent
eff887b49f
commit
9232716901
27 changed files with 814 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue