Files
tr-agent-client/src/main/java/com/tongran/agent/client/service/AgentService.java
T

12 lines
224 B
Java
Raw Normal View History

2025-09-10 15:36:49 +08:00
package com.tongran.agent.client.service;
public interface AgentService {
void systemCollectStart(String data);
void systemCollectStop();
void switchCollectStart(String data);
void switchCollectStop();
}