1 instantiation of ResourceEndpointsAllocatedEvent
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
108
await _eventing.PublishAsync(new
ResourceEndpointsAllocatedEvent
(resource, _serviceProvider), EventDispatchBehavior.NonBlockingConcurrent, context.CancellationToken).ConfigureAwait(false);
2 references to ResourceEndpointsAllocatedEvent
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (2)
56
_eventing.Subscribe<
ResourceEndpointsAllocatedEvent
>(PublishInitialResourceUrls);
112
private async Task PublishInitialResourceUrls(
ResourceEndpointsAllocatedEvent
@event, CancellationToken cancellationToken)