Skip to content

Latest commit

 

History

History

service-idl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

service-idl

This project holds the definition of your service's public interface (The methods your service will expose to other clients and services).

Instructions

Define the interface for your service using ProtoBuf IDL in the src/main/proto directory.

An example service interface has been provided for you: service.proto

Documentation

Documentation on the IDL format can be found here: http://docs.netifi.com/protobuf_rsocket/