Beispiel #1
0
 public EventConsumer(INotifyTopicSubscriptions notifyTopicSubscriptions, IProcessMessages messageProcessor)
 {
     this.notifyTopicSubscriptions = notifyTopicSubscriptions;
     this.messageProcessor = messageProcessor;
 }
Beispiel #2
0
 public EventConsumer(INotifyTopicSubscriptions notifyTopicSubscriptions, IProcessMessages messageProcessor)
 {
     this.notifyTopicSubscriptions = notifyTopicSubscriptions;
     this.messageProcessor         = messageProcessor;
 }