RPC module

The rpc module provides the synchronous communication compoents. It contains both server and client side implementations.

Modules

The module contains the following packages:

  • Clients - mechanisms for retrieving connection settings from the microservice’s configuration and providing clients and services with these settings
  • Commands - commanding and eventing patterns
  • Trace - logging and tracing utilities

Use

Add dependency to the pom.xml:

<dependency>
  <groupId>org.pipservices</groupId>
  <artifactId>pip-services4-rpc</artifactId>
  <version>[0.0.1,)</version>
</dependency>