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

com.alibaba.arthas.nat.agent.proxy.registry.NativeAgentProxyRegistry Maven / Gradle / Ivy

The newest version!
package com.alibaba.arthas.nat.agent.proxy.registry;

/**
 * @description: NativeAgentProxyRegistry
 * @author:flzjkl
 * @date: 2024-10-20 10:31
 */
public interface NativeAgentProxyRegistry {

    /**
     *
     * @param address registry address
     * @param k native agent proxy ip
     * @param v port
     */
    void register(String address, String k, String v);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy