Beispiel #1
0
 public NanoBusService()
 {
     //TODO: implement nano bus server farm mode
     _nanoNanoServiceBus = new NanoServiceBus.NanoServiceBus();
 }
Beispiel #2
0
 public NanoEventBus(NanoServiceBus nanoServiceBus, string documentTypeName)
 {
     _nanoServiceBus   = nanoServiceBus;
     _documentTypeName = documentTypeName;
 }