public NotificationPipelet(INotifyBasedOnEvent notifier, IEventSpecification filter) 
     : base(new NotSpecificEventTypeSpecification(typeof(NotificationRaisedEvent)))
 {
     this.notifier = notifier;
     this.filter = filter;
 }
示例#2
0
 public NotificationPipelet(INotifyBasedOnEvent notifier, IEventSpecification filter)
     : base(new NotSpecificEventTypeSpecification(typeof(NotificationRaisedEvent)))
 {
     this.notifier = notifier;
     this.filter   = filter;
 }