DryIoc.Messages
namespace introduces simple and extensible Message (Request), Response, Handler abstractions similar to the MediatR project.
These abstractions with the help of DryIoc feature composition allow to cover the same field as MediatR without the need for additional library.
See the MediatR samples implemented with DryIoc.Messages
below.
- The reference MediatR example
- The DryIoc.Messages live example playground
- The DryIoc.Messages example code in the repository: https://github.com/dadhi/DryIoc/blob/master/playground/DryIoc.Messages.MediatRLikeExample/Program.cs
All types from the DryIoc.Messages
: https://www.fuget.org/packages/DryIoc.dll/4.5.2/lib/netstandard2.0/DryIoc.dll/DryIoc.Messages