Class 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
      void heartbeat​(org.apache.eventmesh.common.protocol.grpc.protos.Heartbeat request, io.grpc.stub.StreamObserver<org.apache.eventmesh.common.protocol.grpc.protos.Response> responseObserver)  
      • Methods inherited from class org.apache.eventmesh.common.protocol.grpc.protos.HeartbeatServiceGrpc.HeartbeatServiceImplBase

        bindService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        heartbeat in class org.apache.eventmesh.common.protocol.grpc.protos.HeartbeatServiceGrpc.HeartbeatServiceImplBase