示例#1
0
 public static IApplicationBuilder UseRabbitListener(this IApplicationBuilder app)
 {
     RegisterEventBus.UseRabbitListener(app, "Bitcoin");
     return(app);
 }
示例#2
0
文件: Startup.cs 项目: levan0106/Blue
 public static IApplicationBuilder UseRabbitListener(this IApplicationBuilder app)
 {
     RegisterEventBus.UseRabbitListener(app, "notification-service");
     return(app);
 }