oneway modifier MQ 发送请求不接受任何响应

 

 

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

 

posted @ 2019-05-26 12:40  papering  阅读(204)  评论(0编辑  收藏  举报