public static interface ExternalProcessor.Interface
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.v3alpha.ProcessingRequest) returns (stream .envoy.service.ext_proc.v3alpha.ProcessingResponse);Copyright © 2018–2021 The Envoy Project. All rights reserved.