public HandlersDispatcher(INotificationHandlerFactory handlerFactory)
 {
     _handlerFactory = handlerFactory;
 }
Ejemplo n.º 2
0
 public DefaultMediator(IEventHandlerFactory eventHandlerFactory, INotificationHandlerFactory notificationHandlerFactory)
 {
     _eventHandlerFactory        = eventHandlerFactory;
     _notificationHandlerFactory = notificationHandlerFactory;
 }