コード例 #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);
 }