1 implementation of IDcpExecutor
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
30
internal sealed class DcpExecutor :
IDcpExecutor
, IAsyncDisposable
3 references to IDcpExecutor
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
286
_innerBuilder.Services.AddSingleton<
IDcpExecutor
, DcpExecutor>();
Orchestrator\ApplicationOrchestrator.cs (2)
17
private readonly
IDcpExecutor
_dcpExecutor;
27
IDcpExecutor
dcpExecutor,