Class ExternalProcessorGrpc.ExternalProcessorImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    ExternalProcessorGrpc

    public abstract static class ExternalProcessorGrpc.ExternalProcessorImplBase
    extends Object
    implements io.grpc.BindableService
    • Constructor Detail

      • ExternalProcessorImplBase

        public ExternalProcessorImplBase()
    • 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:
        bindService in interface io.grpc.BindableService