类 InstanceControlGrpc.InstanceControlImplBase

  • 所有已实现的接口:
    io.grpc.BindableService
    封闭类:
    InstanceControlGrpc

    public abstract static class InstanceControlGrpc.InstanceControlImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
    • 构造器详细资料

      • InstanceControlImplBase

        public InstanceControlImplBase()
    • 方法详细资料

      • getAndResetMetrics

        public void getAndResetMetrics​(com.google.protobuf.Empty request,
                                       io.grpc.stub.StreamObserver<InstanceCommunication.MetricsData> responseObserver)
      • resetMetrics

        public void resetMetrics​(com.google.protobuf.Empty request,
                                 io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        指定者:
        bindService 在接口中 io.grpc.BindableService