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

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

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

interface Info {

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

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

interface Key {

    String TYPE = "type";

    String INSTANCES = "instances";

    String GROUP = "group";

    String HA = "ha";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy