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

io.vertx.up.uca.micro.ipc.client.Spear Maven / Gradle / Ivy

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

import io.vertx.core.Future;
import io.vertx.core.Vertx;
import io.vertx.up.commune.Envelop;
import io.vertx.up.atom.rpc.IpcData;

/**
 * Different implementation by type.
 */
public interface Spear {
    /**
     * Rpc Logical
     */
    Future send(
            final Vertx vertx,
            IpcData data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy