Uses of Class
br.com.anteros.mqtt.core.common.TopicFilterType
-
Packages that use TopicFilterType Package Description br.com.anteros.mqtt.core.common -
-
Uses of TopicFilterType in br.com.anteros.mqtt.core.common
Methods in br.com.anteros.mqtt.core.common that return TopicFilterType Modifier and Type Method Description static TopicFilterTypeTopicFilterType. getType(String topicFilter)获取 topicFilter 类型static TopicFilterTypeTopicFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicFilterType[]TopicFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-