Implemented interface member:
property
Eventing
Aspire.Hosting.IDistributedApplicationBuilder.Eventing
8 references to Eventing
Aspire.Hosting (6)
DistributedApplicationBuilder.cs (6)
301Eventing.Subscribe<BeforeStartEvent>(ExecEventingHandlers.InitializeExecResources); 335_innerBuilder.Services.AddSingleton<IDistributedApplicationEventing>(Eventing); 482Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.InitializeDcpAnnotations); 486Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.MutateHttp2TransportAsync); 541Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.ExcludeDashboardFromManifestAsync); 546Eventing.Subscribe<BeforeStartEvent>((e, ct) => BuiltInDistributedApplicationEventSubscriptionHandlers.UpdateContainerRegistryAsync(e, options));
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
246public IDistributedApplicationEventing Eventing => innerBuilder.Eventing; 400public IDistributedApplicationEventing Eventing => _innerBuilder.Eventing;