![JAR search and dependency download from the Maven repository](/logo.png)
com.alibaba.arthas.nat.agent.proxy.discovery.NativeAgentDiscovery Maven / Gradle / Ivy
package com.alibaba.arthas.nat.agent.proxy.discovery;
import java.util.Map;
/**
* @description: NativeAgentDiscovery
* @author:flzjkl
* @date: 2024-09-19 7:22
*/
public interface NativeAgentDiscovery {
/**
*
* @param address register address
* @return Map k: native agent client id ,v: http port + ws port
*/
Map findNativeAgent(String address);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy