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