blob: 29c92eb92caa562e4aef2e540e5d9fe21a632a5b [file] [log] [blame]
package com.webank.wedatasphere.linkis.manager.common.protocol.node;
public class NodeHeartbeatRequest implements HeartbeatProtocol {
private String name = "NodeHeartbeatRequest";
}