RPC module was designed for creating distributed applications which require efficient client-server interconnections between servers.
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency> <groupId>io.datakernel</groupId> <artifactId>datakernel-rpc</artifactId> <version>3.2-SNAPSHOT</version> </dependency>