
as.leap.vertx.rpc.RPCClient Maven / Gradle / Ivy
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