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

as.leap.vertx.rpc.RPCClient Maven / Gradle / Ivy

There is a newer version: 3.3.8
Show newest version
package as.leap.vertx.rpc;

/**
 * RPC Client
 *
 * Created by stream.
 */
public interface RPCClient {

  /**
   * bind the interface of service
   *
   * @return interface of SPI
   */
  T bindService();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy