Skip to content

Latest commit

 

History

History

LLL.DurableTask.Server.Grpc.Client

LLL.DurableTask.Server.Grpc.Client Nuget

Durable Task storage implementation using server GRPC endpoints.

Supports same features as the storage configured in the server.

Configuration

services.AddDurableTaskServerGrpcStorage(options =>
{
    options.BaseAddress = new Uri("YOUR_SERVER_ADDRESS");
});