其他分享
首页 > 其他分享> > oneway modifier MQ 发送请求不接受任何响应

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

 

标签:methods,void,MQ,oneway,modifier,any,listen
来源: https://www.cnblogs.com/yuanjiangw/p/10925680.html