Grpc.Net.Client.Balancer.Internal.ISubchannelTransportFactory
interface ISubchannelTransportFactory
namespace Grpc.Net.Client.Balancer.Internal
{
internal interface ISubchannelTransportFactory
{
ISubchannelTransport Create(Subchannel subchannel);
}
}