Implemented interface member:
property
Eventing
Aspire.Hosting.IDistributedApplicationBuilder.Eventing
5 references to Eventing
Aspire.Hosting (5)
DistributedApplicationBuilder.cs (5)
236_innerBuilder.Services.AddSingleton<IDistributedApplicationEventing>(Eventing); 365Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.InitializeDcpAnnotations); 369Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.MutateHttp2TransportAsync); 377Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.ExcludeDashboardFromManifestAsync); 382Eventing.Subscribe<BeforeStartEvent>((e, ct) => BuiltInDistributedApplicationEventSubscriptionHandlers.UpdateContainerRegistryAsync(e, options));