Interface HeaderMutatingClientInterceptor

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default <ReqT,​RespT>
      io.grpc.ClientCall<ReqT,​RespT>
      interceptCall​(io.grpc.MethodDescriptor<ReqT,​RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next)  
      void mutate​(io.grpc.Metadata headers)  
    • Method Detail

      • mutate

        void mutate​(io.grpc.Metadata headers)
      • interceptCall

        default <ReqT,​RespT> io.grpc.ClientCall<ReqT,​RespT> interceptCall​(io.grpc.MethodDescriptor<ReqT,​RespT> method,
                                                                                      io.grpc.CallOptions callOptions,
                                                                                      io.grpc.Channel next)
        Specified by:
        interceptCall in interface io.grpc.ClientInterceptor