Class ApplicationServiceGrpc.ApplicationServiceImplBase

java.lang.Object
io.deephaven.proto.backplane.grpc.ApplicationServiceGrpc.ApplicationServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService
Direct Known Subclasses:
ApplicationServiceGrpcImpl
Enclosing class:
ApplicationServiceGrpc

public abstract static class ApplicationServiceGrpc.ApplicationServiceImplBase extends Object implements io.grpc.BindableService
 Allows clients to list fields that are accessible to them.
 
  • Constructor Details

    • ApplicationServiceImplBase

      public ApplicationServiceImplBase()
  • Method Details

    • listFields

      public void listFields(ListFieldsRequest request, io.grpc.stub.StreamObserver<FieldsChangeUpdate> responseObserver)
       Request the list of the fields exposed via the worker.
       - The first received message contains all fields that are currently available
         on the worker. None of these fields will be RemovedFields.
       - Subsequent messages modify the existing state. Fields are identified by
         their ticket and may be replaced or removed.
       
    • bindService

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