Class DistanceViewServiceGrpc.DistanceViewServiceImplBase

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

    public abstract static class DistanceViewServiceGrpc.DistanceViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch distance views.
     
    • Constructor Detail

      • DistanceViewServiceImplBase

        public DistanceViewServiceImplBase()
    • Method Detail

      • getDistanceView

        public void getDistanceView​(GetDistanceViewRequest request,
                                    io.grpc.stub.StreamObserver<DistanceView> responseObserver)
         Returns the attributes of the requested distance view.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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