unsubscribereturnqos.h
来自「java开源的企业总线.xmlBlaster」· C头文件 代码 · 共 37 行
H
37 行
/*------------------------------------------------------------------------------Name: UnSubscribeReturnQos.hProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*//** * Handling the returned QoS (quality of service) of a unSubscribe() call. * <p /> * If you are a Java client and use the XmlBlasterConnection helper class * you get this object as the unSubscribe() return value. * <p /> * Example: * <pre> * <qos> * <state id='OK' info='QUEUED[bilbo]'/> * <subscribe id='_subId:1/> * </qos> * </pre> * @see org.xmlBlaster.test.classtest.qos.StatusQosFactoryTest * @see <a href="http://www.xmlBlaster.org/xmlBlaster/doc/requirements/interface.unSubscribe.html" target="others">the interface.unSubscribe requirement</a> */#ifndef _CLIENT_QOS_UNSUBSCRIBERETURNQOS_H#define _CLIENT_QOS_UNSUBSCRIBERETURNQOS_H#include <client/qos/SubscribeReturnQos.h>namespace org { namespace xmlBlaster { namespace client { namespace qos {typedef SubscribeReturnQos UnSubscribeReturnQos;}}}} // namespace#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?