类 GrpcChannel

java.lang.Object
cn.iosd.starter.grpc.client.vo.GrpcChannel

public class GrpcChannel extends Object
作者:
ok1996
  • 构造器详细资料

    • GrpcChannel

      public GrpcChannel()
  • 方法详细资料

    • getChannel

      public static io.grpc.ManagedChannel getChannel(String target, long timeout, ClientCallStartHeaders headers)
    • getBlockingStub

      public static <T> T getBlockingStub(io.grpc.ManagedChannel channel, Class<T> type)