Grpc.Net.Client.Balancer.IChannelControlHelper
Provides essentials for LoadBalancer implementations.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public interface IChannelControlHelper
{
Subchannel CreateSubchannel(SubchannelOptions options);
void UpdateState(BalancerState state);
void RefreshResolver();
}
}