Class GrpcClientBuilder


  • public class GrpcClientBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.grpc.ManagedChannel getChannel​(java.lang.String host, int port, java.util.Map<java.lang.String,​java.lang.String> properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GrpcClientBuilder

        public GrpcClientBuilder()
    • Method Detail

      • getChannel

        public static io.grpc.ManagedChannel getChannel​(java.lang.String host,
                                                        int port,
                                                        java.util.Map<java.lang.String,​java.lang.String> properties)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException