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 = "( Agent ) The standard verticle " +
        "{0} will be deployed.";

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

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

    String ADDRESS_ITEM = "       Addr : {0}";

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

    String METHOD_MODIFIER = "( 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