Grpc.Net.Client.Balancer.StaticResolverFactory
A ResolverFactory that matches the URI scheme static
and creates StaticResolver instances.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class StaticResolverFactory : ResolverFactory
{
public StaticResolverFactory(Func<Uri, IEnumerable<BalancerAddress>> addressesCallback);
}
}