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

com.mars.cloud.reconnection.ReConnection Maven / Gradle / Ivy

package com.mars.cloud.reconnection;

import com.mars.cloud.registered.Registered;

/**
 * 监听器,由Watcher触发
 */
public class ReConnection {

    /**
     * 重新注册接口,在watcher里反射调用的
     *
     * @throws Exception
     */
    public void reConnectionZookeeper() throws Exception {
        Registered.register();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy