Class ExternalProcessorGrpc.ExternalProcessorImplBase

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

    public abstract static class ExternalProcessorGrpc.ExternalProcessorImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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