io.vertx.up.uca.invoker.ZERO Maven / Gradle / Ivy
package io.vertx.up.uca.invoker;
interface Info {
String MSG_DIRECT = "( Invoker ) Invoker = {0}, ReturnType = {1}, Method = {2}, Class = {3}.";
String MSG_RPC = "( Invoker Rpc ) Invoker = {0}, ReturnType = {1}, Method = {2}, Class = {3}.";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy