Beispiel #1
0
 private Nothing Register(EventStoreSubscriptionHandler callback)
 {
     _maybeEventStoreSubscriptionHandler = callback;
     _rabbitMqSubscriber.Register <T>(callback);
     return(NotAtAll);
 }