@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface MqttClientSubscribe
| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT_CLIENT_TEMPLATE_BEAN
默认的客户端模板 bean 名称
|
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value
订阅的 topic filter
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
clientTemplateBean
客户端 bean 名称
|
Class<? extends MqttDeserializer> |
deserialize
mqtt 消息反序列化
|
org.dromara.mica.mqtt.codec.MqttQoS |
qos
订阅的 qos
|
public static final String DEFAULT_CLIENT_TEMPLATE_BEAN
public abstract String[] value
public abstract org.dromara.mica.mqtt.codec.MqttQoS qos
public abstract Class<? extends MqttDeserializer> deserialize
public abstract String clientTemplateBean
Copyright © 2025. All rights reserved.