3 references to ExtensionBackchannel
aspire (3)
Backchannel\ExtensionBackchannel.cs (2)
40
internal sealed class ExtensionBackchannel(ILogger<
ExtensionBackchannel
> logger, ExtensionRpcTarget target, IConfiguration configuration) : IExtensionBackchannel
45
private readonly ActivitySource _activitySource = new(nameof(
ExtensionBackchannel
));
Program.cs (1)
194
builder.Services.AddSingleton<IExtensionBackchannel,
ExtensionBackchannel
>();