mirror of https://github.com/dapr/dotnet-sdk.git
This commit refactors the DaprWorkflowClientBuilderFactory and WorkflowRuntimeOptions classes. In DaprWorkflowClientBuilderFactory: - Added a new method, UseGrpcChannelOptions, to allow the use of custom GrpcChannelOptions for creating the GrpcChannel. - Updated the UseGrpc method to use the GrpcChannelOptions provided by the WorkflowRuntimeOptions. In WorkflowRuntimeOptions: - Added a new property, GrpcChannelOptions, to store the custom GrpcChannelOptions. - Added a new method, UseGrpcChannelOptions, to set the GrpcChannelOptions. These changes improve the flexibility and customization options for the Dapr workflow client. Signed-off-by: Michiel van Praat <michiel.vanpraat@humandigital.nl> Co-authored-by: Michiel van Praat <michiel.vanpraat@humandigital.nl> |
||
---|---|---|
.. | ||
Dapr.Actors.AspNetCore.IntegrationTest | ||
Dapr.Actors.AspNetCore.IntegrationTest.App | ||
Dapr.Actors.AspNetCore.Test | ||
Dapr.Actors.Generators.Test | ||
Dapr.Actors.Test | ||
Dapr.AspNetCore.IntegrationTest | ||
Dapr.AspNetCore.IntegrationTest.App | ||
Dapr.AspNetCore.Test | ||
Dapr.Client.Test | ||
Dapr.Common.Test | ||
Dapr.E2E.Test | ||
Dapr.E2E.Test.Actors | ||
Dapr.E2E.Test.Actors.Generators | ||
Dapr.E2E.Test.App | ||
Dapr.E2E.Test.App.Grpc | ||
Dapr.E2E.Test.App.ReentrantActor | ||
Dapr.Extensions.Configuration.Test | ||
Dapr.Jobs.Test | ||
Shared | ||
Directory.Build.props |