Class GrpcChannelAdapter


  • public class GrpcChannelAdapter
    extends io.grpc.Channel
    Channel adapter for gRPC Blocking stubs.

    Keep in mind that this channel should be used only with generated blocking stubs.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String authority()  
      <RequestT,​ResponseT>
      io.grpc.ClientCall<RequestT,​ResponseT>
      newCall​(io.grpc.MethodDescriptor<RequestT,​ResponseT> methodDescriptor, io.grpc.CallOptions callOptions)  
      • Methods inherited from class java.lang.Object

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

      • newCall

        public <RequestT,​ResponseT> io.grpc.ClientCall<RequestT,​ResponseT> newCall​(io.grpc.MethodDescriptor<RequestT,​ResponseT> methodDescriptor,
                                                                                               io.grpc.CallOptions callOptions)
        Specified by:
        newCall in class io.grpc.Channel
      • authority

        public java.lang.String authority()
        Specified by:
        authority in class io.grpc.Channel