Interface ExternalProcessor.Interface

    • Method Detail

      • process

        void process​(com.google.protobuf.RpcController controller,
                     ProcessingRequest request,
                     com.google.protobuf.RpcCallback<ProcessingResponse> done)
         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);