Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 404 Bytes

README.adoc

File metadata and controls

11 lines (8 loc) · 404 Bytes

gRPC Java

See the official gRPC for Java reference guide.

The java directory in this repo contains a Maven pom to generate Java code from the .proto files, compile the source, and package it in a jar file riff-function-proto-<version>.jar that can be used to implement a Java function as a gRPC server.

 ./mvnw clean install