Class HeartbeatProcessor
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.grpc.processor.HeartbeatProcessor
-
public class HeartbeatProcessor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HeartbeatProcessor(EventMeshGrpcServer eventMeshGrpcServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.eventmesh.common.protocol.grpc.protos.Heartbeat heartbeat, EventEmitter<org.apache.eventmesh.common.protocol.grpc.protos.Response> emitter)
-
-
-
Constructor Detail
-
HeartbeatProcessor
public HeartbeatProcessor(EventMeshGrpcServer eventMeshGrpcServer)
-
-
Method Detail
-
process
public void process(org.apache.eventmesh.common.protocol.grpc.protos.Heartbeat heartbeat, EventEmitter<org.apache.eventmesh.common.protocol.grpc.protos.Response> emitter) throws java.lang.Exception- Throws:
java.lang.Exception
-
-