Subversion Repositories SmartDukaan

Rev

Rev 95 | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace java in.shop2020.config
namespace py shop2020.thriftpy.config

exception ConfigException{
        1:i32 errorcode
        2:string message
}

service Configuration{
        string getPropetry(1:string propertyName) throws (1:ConfigException e),
        void loadProperty(1:string propertyName, 2:string propertyValue),
        void reloadProperties()
}