Exemplo n.º 1
0
 public void SubscribeToEvent <TEvent>()
     where TEvent : class, IEvent
 {
     _messageDescriptorStore.RegisterEventType <TEvent>();
 }
Exemplo n.º 2
0
 public void SubscribeToEvent <TEvent>() where TEvent : class, IEvent
 {
     _messageDescriptorStore.RegisterEventType <TEvent>();
     _acceptedTypes.Add(typeof(TEvent));
 }