Class ExtractionServiceGrpc.ExtractionServiceImplBase

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

    public abstract static class ExtractionServiceGrpc.ExtractionServiceImplBase
    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()  
      void query​(AvroQuery request, io.grpc.stub.StreamObserver<AvroData> responseObserver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtractionServiceImplBase

        public ExtractionServiceImplBase()
    • Method Detail

      • query

        public void query​(AvroQuery request,
                          io.grpc.stub.StreamObserver<AvroData> responseObserver)
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService