顯示具有 Apache Thrift 標籤的文章。 顯示所有文章
顯示具有 Apache Thrift 標籤的文章。 顯示所有文章

2015年3月4日 星期三

Apache Thrift

Command:thrift --gen java
Example.thrift



include "example2.thrift"
namespace java com.thrift.example
typedef i32 int  
typedef i64 long

service ThriftAuthService {  
    example2.XXX auth(1:string account, 2:string password),
}