Implemented interface member:
property
Eventing
Aspire.Hosting.IDistributedApplicationBuilder.Eventing
5 references to Eventing
Aspire.Hosting (5)
DistributedApplicationBuilder.cs (5)
203_innerBuilder.Services.AddSingleton<IDistributedApplicationEventing>(Eventing); 312Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.InitializeDcpAnnotations); 316Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.MutateHttp2TransportAsync); 319Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.ExcludeDashboardFromManifestAsync); 324Eventing.Subscribe<BeforeStartEvent>((e, ct) => BuiltInDistributedApplicationEventSubscriptionHandlers.UpdateContainerRegistryAsync(e, options));