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

io.vertx.tp.plugin.rpc.client.RpcStub Maven / Gradle / Ivy

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

import io.vertx.core.Future;
import io.vertx.core.json.JsonObject;
import io.vertx.up.atom.rpc.IpcData;

public interface RpcStub {
    /**
     * Connect to remote by channel
     */
    Future traffic(final IpcData data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy