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

io.vertx.up.uca.rs.config.ZERO Maven / Gradle / Ivy

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

interface Info {

    String AGENT_HIT = "[ ZERO ] ( Agent ) The standard verticle " +
            "{0} will be deployed.";

    String WORKER_HIT = "[ ZERO ] ( Worker ) The worker verticl " +
            "{0} will be deployed.";

    String ADDRESS_IN = "[ ZERO ] Vert.x zero has found {0} " +
            "incoming address from the system. Incoming address list as below: ";

    String ADDRESS_ITEM = "[ ZERO ]        Addr : {0}";

    String METHOD_IGNORE = "[ ZERO ] Method name = {0} has not annotated with " +
            "javax.ws.rs.[@GET,@POST,@PUT,@DELETE,@OPTIONS,@PATCH,@HEAD], ignored resolving.";

    String METHOD_MODIFIER = "[ ZERO ] ( Ignored ) Method name = {0} access scope is invalid, " +
            "the scope must be public non-static.";
}

interface Key {

    String TYPE = "type";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy