This module is used to organize synchronous data exchange using calls through the gRPC protocol. It has implementations of both, the server and client parts.
Packages
The module contains the following packages:
- Build - factories for creating gRPC services
- Clients - basic client components that use the gRPC protocol and Commandable pattern through gRPC
- Controllers - basic service implementations for connecting via the gRPC protocol and using the Commandable pattern via gRPC
Use
Add dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-grpc</artifactId>
<version>[0.0.1,)</version>
</dependency>