Class InstanceControlGrpc.InstanceControlImplBase
java.lang.Object
org.apache.pulsar.functions.proto.InstanceControlGrpc.InstanceControlImplBase
- All Implemented Interfaces:
io.grpc.BindableService,InstanceControlGrpc.AsyncService
- Enclosing class:
- InstanceControlGrpc
public abstract static class InstanceControlGrpc.InstanceControlImplBase
extends Object
implements io.grpc.BindableService, InstanceControlGrpc.AsyncService
Base class for the server implementation of the service InstanceControl.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.functions.proto.InstanceControlGrpc.AsyncService
getAndResetMetrics, getFunctionStatus, getMetrics, healthCheck, resetMetrics
-
Constructor Details
-
InstanceControlImplBase
public InstanceControlImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-