Implemented interface member:
property
Eventing
Aspire.Hosting.IDistributedApplicationBuilder.Eventing
8 references to Eventing
Aspire.Hosting (6)
DistributedApplicationBuilder.cs (6)
236Eventing.Subscribe<BeforeStartEvent>(ExecEventingHandlers.InitializeExecResources); 253_innerBuilder.Services.AddSingleton<IDistributedApplicationEventing>(Eventing); 387Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.InitializeDcpAnnotations); 391Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.MutateHttp2TransportAsync); 400Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.ExcludeDashboardFromManifestAsync); 405Eventing.Subscribe<BeforeStartEvent>((e, ct) => BuiltInDistributedApplicationEventSubscriptionHandlers.UpdateContainerRegistryAsync(e, options));
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
239public IDistributedApplicationEventing Eventing => innerBuilder.Eventing; 389public IDistributedApplicationEventing Eventing => _innerBuilder.Eventing;