Example #1
0
 public static MessageBusConfigurator UseMongoDb(this MessageBusConfigurator cfg)
 {
     cfg.UseMongoDbTransport();
     cfg.UseMongoDbSagaRepository();
     cfg.UseMongoDbSubscriptions();
     return(cfg);
 }