Class ClientMethodDescriptor

    • Method Detail

      • callCredentials

        public io.grpc.CallCredentials callCredentials()
        Return the CallCredentials set on this service.
        Returns:
        the CallCredentials set on this service
      • name

        public String name()
        Returns the simple name of the method.
        Returns:
        The simple name of the method.
      • descriptor

        public <ReqT,​RespT> io.grpc.MethodDescriptor<ReqT,​RespT> descriptor()
        Returns the MethodDescriptor of this method.
        Type Parameters:
        ReqT - the request type
        RespT - the response type
        Returns:
        The MethodDescriptor of this method.