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

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

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

import io.vertx.ext.web.Route;
import io.vertx.ext.web.RoutingContext;
import io.vertx.up.atom.secure.Cliff;
import io.vertx.up.extension.PlugRouter;
import io.vertx.up.uca.rs.Sentry;
import io.vertx.up.uca.rs.dispatch.ModeSplitter;

import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;

interface Info {

    String NULL_EVENT = "[ ZERO ] ( {0} ) The system found \"null\" event in the queue. ";

    String DY_DETECT = "[ ZERO ] ( {0} ) The system is detecting dynamic routing component...";

    String DY_SKIP = "[ ZERO ] ( {0} ) Skip dynamic routing because clazz is null or class {1} is not assignable from \"io.vertx.up.extension.PlugRouter\".";

    String DY_FOUND = "[ ZERO ] ( {0} ) Zero system detect class {1} ( io.vertx.up.extension.PlugRouter ) with config {2}.";
}

interface Pool {
    ConcurrentMap THREADS
            = new ConcurrentHashMap<>();
    ConcurrentMap> VERIFIERS
            = new ConcurrentHashMap<>();

    ConcurrentMap> URIHUBS
            = new ConcurrentHashMap<>();

    ConcurrentMap> MEDIAHUBS
            = new ConcurrentHashMap<>();

    ConcurrentMap> WALL_MAP =
            new ConcurrentHashMap<>();

    ConcurrentMap PLUGS = new ConcurrentHashMap<>();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy