@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface MqttClientSubscribe
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value
订阅的 topic filter
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
clientTemplateBean
客户端 bean 名称
|
net.dreamlu.iot.mqtt.codec.MqttQoS |
qos
订阅的 qos
|
public abstract String[] value
public abstract net.dreamlu.iot.mqtt.codec.MqttQoS qos
public abstract String clientTemplateBean
Copyright © 2022. All rights reserved.