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