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()