1 write to _eventing
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
43
_eventing
= eventing;
7 references to _eventing
Aspire.Hosting (7)
Orchestrator\ApplicationOrchestrator.cs (7)
53
_eventing
.Subscribe<BeforeResourceStartedEvent>(WaitForInBeforeResourceStartedEvent);
54
_eventing
.Subscribe<AfterEndpointsAllocatedEvent>(ProcessResourcesWithoutLifetime);
94
await
_eventing
.PublishAsync(afterEndpointsAllocatedEvent, context.CancellationToken).ConfigureAwait(false);
138
await
_eventing
.PublishAsync(beforeResourceStartedEvent, context.CancellationToken).ConfigureAwait(false);
229
await
_eventing
.PublishAsync(afterResourcesCreatedEvent, cancellationToken).ConfigureAwait(false);
347
await
_eventing
.PublishAsync(connectionStringAvailableEvent, cancellationToken).ConfigureAwait(false);
358
await
_eventing
.PublishAsync(childConnectionStringAvailableEvent, cancellationToken).ConfigureAwait(false);