Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.13 KB

DryIoc.Messages.md

File metadata and controls

31 lines (16 loc) · 1.13 KB

DryIoc.Messages

What?

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.

Example

Abstractions

All types from the DryIoc.Messages: https://www.fuget.org/packages/DryIoc.dll/4.5.2/lib/netstandard2.0/DryIoc.dll/DryIoc.Messages