4 references to AfterResourcesCreatedEvent
Aspire.Hosting (2)
ApplicationModel\AfterResourcesCreatedEvent.cs (1)
21/// Subscribe to the <see cref="AfterResourcesCreatedEvent"/> event and resolve the distributed application model.
Dcp\ApplicationExecutor.cs (1)
141var afterResourcesCreatedEvent = new AfterResourcesCreatedEvent(serviceProvider, _model);
Aspire.Hosting.Redis (1)
RedisBuilderExtensions.cs (1)
158builder.ApplicationBuilder.Eventing.Subscribe<AfterResourcesCreatedEvent>(async (e, ct) =>
Aspire.Hosting.Tests (1)
Eventing\DistributedApplicationBuilderEventingTests.cs (1)
99builder.Eventing.Subscribe<AfterResourcesCreatedEvent>((e, ct) =>