io.vertx.up.uca.deployment.ZERO Maven / Gradle / Ivy
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