Esempio n. 1
0
 public IDispatcher ConfigDispatcher(IDispatcher messageDispatcher, Action <IDispatcher> config = null)
 {
     _dispatcher = messageDispatcher.Config(config);
     return(messageDispatcher);
 }