Class HeartbeatService
- java.lang.Object
-
- org.apache.eventmesh.common.protocol.grpc.protos.HeartbeatServiceGrpc.HeartbeatServiceImplBase
-
- org.apache.eventmesh.runtime.core.protocol.grpc.service.HeartbeatService
-
- All Implemented Interfaces:
io.grpc.BindableService
public class HeartbeatService extends org.apache.eventmesh.common.protocol.grpc.protos.HeartbeatServiceGrpc.HeartbeatServiceImplBase
-
-
Constructor Summary
Constructors Constructor Description HeartbeatService(EventMeshGrpcServer eventMeshGrpcServer, java.util.concurrent.ThreadPoolExecutor threadPoolExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidheartbeat(org.apache.eventmesh.common.protocol.grpc.protos.Heartbeat request, io.grpc.stub.StreamObserver<org.apache.eventmesh.common.protocol.grpc.protos.Response> responseObserver)
-
-
-
Constructor Detail
-
HeartbeatService
public HeartbeatService(EventMeshGrpcServer eventMeshGrpcServer, java.util.concurrent.ThreadPoolExecutor threadPoolExecutor)
-
-
Method Detail
-
heartbeat
public void heartbeat(org.apache.eventmesh.common.protocol.grpc.protos.Heartbeat request, io.grpc.stub.StreamObserver<org.apache.eventmesh.common.protocol.grpc.protos.Response> responseObserver)- Overrides:
heartbeatin classorg.apache.eventmesh.common.protocol.grpc.protos.HeartbeatServiceGrpc.HeartbeatServiceImplBase
-
-