Class ConfigUtil

java.lang.Object
io.vertx.spi.cluster.hazelcast.ConfigUtil

public class ConfigUtil extends Object
Author:
Thomas Segismont
  • Method Details

    • loadConfig

      public static Config loadConfig()
      Loads Hazelcast config XML and transform it into a Config object. The content is read from:
      1. the location denoted by the vertx.hazelcast.config sysprop, if present, or
      2. the cluster.xml file on the classpath, if present, or
      3. the default config file
      Returns:
      a config object