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

com.enonic.xp.cluster.NodeDiscovery Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.cluster;

import java.net.InetAddress;
import java.util.List;

public interface NodeDiscovery
{
    List get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy