public abstract static class ExternalProcessorGrpc.ExternalProcessorImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
ExternalProcessorImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<ProcessingRequest> |
process(io.grpc.stub.StreamObserver<ProcessingResponse> responseObserver)
This begins the bidirectional stream that Envoy will use to
give the server control over what the filter does.
|
public io.grpc.stub.StreamObserver<ProcessingRequest> process(io.grpc.stub.StreamObserver<ProcessingResponse> responseObserver)
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.