5 references to BackchannelService
Aspire.Hosting (5)
Backchannel\BackchannelService.cs (1)
14
internal sealed class BackchannelService(ILogger<
BackchannelService
> logger, IConfiguration configuration, AppHostRpcTarget appHostRpcTarget, IDistributedApplicationEventing eventing, IServiceProvider serviceProvider) : BackgroundService
DistributedApplicationBuilder.cs (3)
264
_innerBuilder.Services.AddSingleton<
BackchannelService
>();
265
_innerBuilder.Services.AddHostedService<
BackchannelService
>(sp => sp.GetRequiredService<
BackchannelService
>());
DistributedApplicationRunner.cs (1)
16
internal sealed class DistributedApplicationRunner(ILogger<DistributedApplicationRunner> logger, IHostApplicationLifetime lifetime, DistributedApplicationExecutionContext executionContext, DistributedApplicationModel model, IServiceProvider serviceProvider, IPublishingActivityProgressReporter activityReporter, IDistributedApplicationEventing eventing,
BackchannelService
backchannelService) : BackgroundService