Hi there, Protocol Buffers don't come with any RPC system built-in. There is a way to generate generic services, but these are just interfaces with no implementation.
If you want to do actual RPCs, you will want to integrate with an RPC system like gRPC: http://www.grpc.io/ On Wednesday, March 23, 2016 at 11:50:36 AM UTC-7, Hp Liu wrote: > > As a beginner, I'm confused is there a "id" to distinguish different RPCs > at client in JAVA version protobuf? > Any suggestion is appreciated! > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
