Apache Thrift - Home http://thrift.apache.org/
/**
* This method has a oneway modifier. That means the client only makes
* a request and does not listen for any response at all. Oneway methods
* must be void.
*/
oneway void zip()
2024-02-12 18:03:04
Apache Thrift - Home http://thrift.apache.org/
/**
* This method has a oneway modifier. That means the client only makes
* a request and does not listen for any response at all. Oneway methods
* must be void.
*/
oneway void zip()