4 references to AuxiliaryBackchannelMonitor
aspire (4)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
21
ILogger<
AuxiliaryBackchannelMonitor
> logger,
Program.cs (3)
353
builder.Services.AddSingleton<
AuxiliaryBackchannelMonitor
>();
354
builder.Services.AddSingleton<IAuxiliaryBackchannelMonitor>(sp => sp.GetRequiredService<
AuxiliaryBackchannelMonitor
>());
355
builder.Services.AddHostedService(sp => sp.GetRequiredService<
AuxiliaryBackchannelMonitor
>());