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

io.vertx.tp.plugin.rpc.ZERO Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.tp.plugin.rpc;

interface Info {

    String RPC_SERVICE = "[ ZERO ] ( Rpc Client ) Lookup service: name = {0}, addr = {1}";

    String RPC_FOUND = "[ ZERO ] ( Rpc Client ) Dynamic service record found: data = {0}";

    String CLIENT_BUILD = "[ ZERO ] Build channel for host = {0}, port = {1}";

    String CLIENT_RPC = "[ ZERO ] ( Rpc Client ) Build channel ( host = {0}, port = {1}, hashCode = {2} )";

    String CLIENT_RESPONSE = "[ ZERO ] ( Rpc Client ) Response Json data is {0}";

    String CLIENT_TRAFFIC = "[ ZERO ] ( Rpc Client ) Final Traffic Data will be {0}";
}

interface Key {
    String RULE_KEY = "rpcclient";
    String PATH = "path";
    String ADDR = "addr";
    String NAME = "name";
    String TYPE = "type";

    String SSL = "ssl";
    String HOST = "host";
    String PORT = "port";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy