类 LocationGRPCGrpc.LocationGRPCImplBase
java.lang.Object
com.tencent.polaris.client.pb.LocationGRPCGrpc.LocationGRPCImplBase
- 所有已实现的接口:
io.grpc.BindableService
- 封闭类:
- LocationGRPCGrpc
public abstract static class LocationGRPCGrpc.LocationGRPCImplBase
extends java.lang.Object
implements io.grpc.BindableService
-
构造器概要
构造器 构造器 说明 LocationGRPCImplBase() -
方法概要
修饰符和类型 方法 说明 io.grpc.ServerServiceDefinitionbindService()voidgetLocation(LocationGRPCService.LocationRequest request, io.grpc.stub.StreamObserver<LocationGRPCService.LocationResponse> responseObserver)获取客户端地理位置信息从类继承的方法 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
LocationGRPCImplBase
public LocationGRPCImplBase()
-
-
方法详细资料
-
getLocation
public void getLocation(LocationGRPCService.LocationRequest request, io.grpc.stub.StreamObserver<LocationGRPCService.LocationResponse> responseObserver)获取客户端地理位置信息
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-