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