5 references to BackchannelService
Aspire.Hosting (5)
Backchannel\BackchannelService.cs (1)
15ILogger<BackchannelService> logger,
DistributedApplicationBuilder.cs (3)
280_innerBuilder.Services.AddSingleton<BackchannelService>(); 281_innerBuilder.Services.AddHostedService<BackchannelService>(sp => sp.GetRequiredService<BackchannelService>());
DistributedApplicationRunner.cs (1)
17internal sealed class DistributedApplicationRunner(ILogger<DistributedApplicationRunner> logger, IHostApplicationLifetime lifetime, DistributedApplicationExecutionContext executionContext, DistributedApplicationModel model, IServiceProvider serviceProvider, IPublishingActivityReporter activityReporter, IDistributedApplicationEventing eventing, BackchannelService backchannelService, IOptions<PublishingOptions> publishingOptions) : BackgroundService