
as.leap.vertx.rpc.RPCClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-rpc Show documentation
Show all versions of vertx-rpc Show documentation
Wrap eventBus of vert.x 3 as transport layer for RPC invoking
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