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

io.vertx.up.uca.micro.ipc.server.ZERO Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.micro.ipc.server;

interface Info {

    String NODE_FINAL = "[ ZERO ] --> ( Terminator ) found, will provide response. method {0} of {1}";

    String NODE_MIDDLE = "[ ZERO ] --> ( Coordinator ) found, will transfer -->. method {0} of {1}";

    String NODE_RESPONSE = "[ ZERO ] -> Final response data = {0}";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy