http://code.google.com/apis/protocolbuffers/docs/proto.html#services describes
how to define services. However, protobuf does not provide an RPC
implementation. You may set the file option {lang}_generic_services = true
to have the protocol compiler generate a stub that can be used to integrate
with an RPC implementation. The new recommendation is to write a compiler
plugin to generate implementation-specific code using the service
descriptions provided by the protocol compiler:
http://code.google.com/apis/protocolbuffers/docs/reference/other.html

On Fri, Mar 4, 2011 at 4:38 PM, Joshua Partogi <joshua.part...@gmail.com>wrote:

> Hi there,
>
> Is it possible to define RPC methods in protobuf? From what I am
> reading it seems that protobuf is only limited to data structured data
> serializer. Is there any documentation I read about RPC methods in
> protobuf if any is available?
>
> Thank you for the assistance.
>
> Kind regards,
> Joshua.
>
> --
> http://twitter.com/jpartogi
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to protobuf@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to