All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.featherfly.common.mqtt.Qos Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version

package cn.featherfly.common.mqtt;

/**
 * 

* Qos *

* * @author zhongj */ public enum Qos { /** * 最多一次 */ AT_MOST_ONCE, /** * 最少一次 */ AT_LEAST_ONCE, /** * 只有一次 */ ONLY_ONCE; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy