Class GRpcPingServiceImpl
java.lang.Object
com.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase
com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcPingServiceImpl
- All Implemented Interfaces:
io.grpc.BindableService
public class GRpcPingServiceImpl
extends com.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase
Implementation of the Ping service definition.
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
ping
(com.netflix.genie.proto.PingRequest request, io.grpc.stub.StreamObserver<com.netflix.genie.proto.PongResponse> responseObserver) Methods inherited from class com.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase
bindService
-
Constructor Details
-
GRpcPingServiceImpl
Constructor.- Parameters:
genieHostInfo
- The information about the host that this Genie instance is running on
-
-
Method Details
-
ping
public void ping(com.netflix.genie.proto.PingRequest request, io.grpc.stub.StreamObserver<com.netflix.genie.proto.PongResponse> responseObserver) - Overrides:
ping
in classcom.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase
-