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