public static final class ExternalProcessorGrpc.ExternalProcessorStub extends io.grpc.stub.AbstractStub<ExternalProcessorGrpc.ExternalProcessorStub>
| Modifier and Type | Method and Description |
|---|---|
protected ExternalProcessorGrpc.ExternalProcessorStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected ExternalProcessorGrpc.ExternalProcessorStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ExternalProcessorGrpc.ExternalProcessorStub>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.
Copyright © 2018–2021 The Envoy Project. All rights reserved.