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

io.vertx.tp.graphic.cv.Addr Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.tp.graphic.cv;

/*
 * Address for Event Bus of Graphic
 */
interface Prefix {
    String _EVENT = "Ἀτλαντὶς νῆσος://γραφικό/";
}

public interface Addr {
    /*
     * Get graph by node key ( analyze )
     */
    String GRAPH_ANALYZE = Prefix._EVENT + "X-GRAPH/BY/NODE";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy