Class BrowserFlightServiceGrpc.BrowserFlightServiceImplBase

java.lang.Object
io.deephaven.flightjs.protocol.BrowserFlightServiceGrpc.BrowserFlightServiceImplBase
All Implemented Interfaces:
BrowserFlightServiceGrpc.AsyncService, io.grpc.BindableService
Enclosing class:
BrowserFlightServiceGrpc

public abstract static class BrowserFlightServiceGrpc.BrowserFlightServiceImplBase extends Object implements io.grpc.BindableService, BrowserFlightServiceGrpc.AsyncService
Base class for the server implementation of the service BrowserFlightService.
 A flight js service is a (non-proper) extension of arrow flight service
 that augments existing client-streaming (or bidirectional streaming) methods
 with a pair that can be used to simulate a client stream over unary requests.
 
  • Constructor Details

    • BrowserFlightServiceImplBase

      public BrowserFlightServiceImplBase()
  • Method Details

    • bindService

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