Esempio n. 1
0
 public static IApplicationBuilder UseRabbitListener(this IApplicationBuilder app)
 {
     RegisterEventBus.UseRabbitListener(app, "Bitcoin");
     return(app);
 }
Esempio n. 2
0
 public static IApplicationBuilder UseRabbitListener(this IApplicationBuilder app)
 {
     RegisterEventBus.UseRabbitListener(app, "notification-service");
     return(app);
 }