public interface IMqttServerSubscribeValidator
| 限定符和类型 | 字段和说明 |
|---|---|
static org.slf4j.Logger |
logger |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isValid(org.tio.core.ChannelContext context,
String clientId,
String topicFilter,
net.dreamlu.iot.mqtt.codec.MqttQoS qoS)
是否可以订阅
|
default boolean |
verifyTopicFilter(org.tio.core.ChannelContext context,
String clientId,
String topicFilter,
net.dreamlu.iot.mqtt.codec.MqttQoS qoS)
校验订阅的 topicFilter
|
Copyright © 2023. All rights reserved.