Class ExternalProcessor.Stub

    • Method Detail

      • getChannel

        public com.google.protobuf.RpcChannel getChannel()
      • process

        public void process​(com.google.protobuf.RpcController controller,
                            ProcessingRequest request,
                            com.google.protobuf.RpcCallback<ProcessingResponse> done)
        Description copied from class: ExternalProcessor
         This begins the bidirectional stream that Envoy will use to
         give the server control over what the filter does. The actual
         protocol is described by the ProcessingRequest and ProcessingResponse
         messages below.
         
        rpc Process(stream .envoy.service.ext_proc.v3.ProcessingRequest) returns (stream .envoy.service.ext_proc.v3.ProcessingResponse);
        Specified by:
        process in interface ExternalProcessor.Interface
        Specified by:
        process in class ExternalProcessor