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

io.vertx.up.uca.web.thread.ZERO Maven / Gradle / Ivy

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

interface Info {
    String SCANNED_EVENTS = "[ ZERO ] ( {1} Event ) The endpoint {0} scanned {1} events of Event, " +
            "will be mounted to routing system.";

    String SCANNED_RECEIPTS = "[ ZERO ] ( {1} Receipt ) The queue {0} scanned {1} records of Receipt, " +
            "will be mounted to event bus.";

    String SCANNED_FIELD = "[ ZERO ] ( Field ) Class \"{0}\" scanned field = \"{1}\" " +
            "of {2} annotated with {3}. will be initialized with DI container.";

    String SCANNED_INSTANCES = "[ ZERO ] The instance classes ({0}) will be scanned.";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy