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