Class ConfigUtil
java.lang.Object
io.vertx.spi.cluster.hazelcast.ConfigUtil
- Author:
- Thomas Segismont
-
Method Details
-
loadConfig
Loads Hazelcast config XML and transform it into aConfigobject. The content is read from:- the location denoted by the
vertx.hazelcast.configsysprop, if present, or - the
cluster.xmlfile on the classpath, if present, or - the default config file
- Returns:
- a config object
- the location denoted by the
-