This project holds the definition of your service's public interface (The methods your service will expose to other clients and services).
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 on the IDL format can be found here: http://docs.netifi.com/protobuf_rsocket/