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

io.vertx.up.uca.deployment.ZERO Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.deployment;

interface Info {

    String INFO_ROTATE = "[ ZERO ] Zero container will select new DeployMode ( mode = {0} ).";

    String VTC_OPT = "[ ZERO ] ( Verticle ) The deployment options has been captured: " +
            "instances = {0}, group = {1}, ha = {2}, content = {3}";
}

interface Key {

    String TYPE = "type";

    String INSTANCES = "instances";

    String GROUP = "group";

    String HA = "ha";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy