Class ExternalProcessorGrpc.ExternalProcessorImplBase
- java.lang.Object
-
- io.envoyproxy.envoy.service.ext_proc.v3.ExternalProcessorGrpc.ExternalProcessorImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ExternalProcessorGrpc
public abstract static class ExternalProcessorGrpc.ExternalProcessorImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description ExternalProcessorImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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.
-
-
-
Method Detail
-
process
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.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-