鼎鼎知识库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10、MedatR的两种用途.md 245B

如果是请求响应模式

IRequest
IRequestHandler

_mediator.Send(IRequest);

如果是事件广播模式

INotification
INotificationHandler

_mediator.Publish(INotification);

IMediator可以被注入到任何类中。