📄 unsubscribereturnqos.h
字号:
/*------------------------------------------------------------------------------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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -