All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.arthas.nat.agent.proxy.discovery.NativeAgentDiscovery Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
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