class Protobuf::Rpc::Service
def self.rpc(method, request_type, response_type)
and not useful for user code.
This methods is only used by the generated service definitions
Define an rpc method with the given request and response types.
def self.rpc(method, request_type, response_type) rpcs[method] = RpcMethod.new(method, request_type, response_type) end