跳过导航链接
C D E G M O R S 

C

clearHolder() - 类 中的静态方法cn.wellt.mqtt.util.SpringContextHolder
清除SpringContextHolder中的ApplicationContext为Null.
cn.wellt.mqtt - 程序包 cn.wellt.mqtt
 
cn.wellt.mqtt.annotation - 程序包 cn.wellt.mqtt.annotation
 
cn.wellt.mqtt.callback - 程序包 cn.wellt.mqtt.callback
 
cn.wellt.mqtt.config - 程序包 cn.wellt.mqtt.config
 
cn.wellt.mqtt.gateway - 程序包 cn.wellt.mqtt.gateway
 
cn.wellt.mqtt.properties - 程序包 cn.wellt.mqtt.properties
 
cn.wellt.mqtt.util - 程序包 cn.wellt.mqtt.util
 

D

destroy() - 类 中的方法cn.wellt.mqtt.util.SpringContextHolder
实现DisposableBean接口, 在Context关闭时清理静态变量.

E

EnableMqttListener - cn.wellt.mqtt.annotation中的注释类型
启动器

G

getApplicationContext() - 类 中的静态方法cn.wellt.mqtt.util.SpringContextHolder
取得存储在静态变量中的ApplicationContext.
getBasePackages(AnnotationMetadata) - 类 中的方法cn.wellt.mqtt.config.MqttMessageListenerRegister
 
getBean(String) - 类 中的静态方法cn.wellt.mqtt.util.SpringContextHolder
从静态变量applicationContext中取得Bean, 自动转型为所赋值对象的类型.
getBean(Class<T>) - 类 中的静态方法cn.wellt.mqtt.util.SpringContextHolder
从静态变量applicationContext中取得Bean, 自动转型为所赋值对象的类型.
getCompletionTimeout() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
getDefaultTopic() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
getHost() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
getInboundClientPrefix() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
getListener(String) - 类 中的静态方法cn.wellt.mqtt.config.MqttMessageListenerHolder
 
getListeners() - 类 中的静态方法cn.wellt.mqtt.config.MqttMessageListenerHolder
 
getMqttConnectOptions() - 类 中的方法cn.wellt.mqtt.MqttAutoConfiguration
mqtt 连接配置
getOutboundClientPrefix() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
getPassword() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
getQoss() - 类 中的静态方法cn.wellt.mqtt.config.MqttMessageListenerHolder
 
getScanner() - 类 中的方法cn.wellt.mqtt.config.MqttMessageListenerRegister
 
getTimeout() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
getUsername() - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 

M

MqttAutoConfiguration - cn.wellt.mqtt中的类
mqtt配置类
MqttAutoConfiguration(MqttConfigProperties) - 类 的构造器cn.wellt.mqtt.MqttAutoConfiguration
 
mqttClientFactory() - 类 中的方法cn.wellt.mqtt.MqttAutoConfiguration
mqtt连接工厂
MqttConfigProperties - cn.wellt.mqtt.properties中的类
mqtt配置
MqttConfigProperties() - 类 的构造器cn.wellt.mqtt.properties.MqttConfigProperties
 
mqttInboundAdaptor() - 类 中的方法cn.wellt.mqtt.MqttAutoConfiguration
入消息适配器
mqttInboundChannel() - 类 中的方法cn.wellt.mqtt.MqttAutoConfiguration
入通道
mqttInboundMessageHandler() - 类 中的方法cn.wellt.mqtt.MqttAutoConfiguration
 
MqttListener - cn.wellt.mqtt.annotation中的注释类型
Mqtt消息接收
MqttMessageListener - cn.wellt.mqtt.callback中的接口
消息接收
MqttMessageListenerHolder - cn.wellt.mqtt.config中的类
消息订阅接收者
MqttMessageListenerHolder() - 类 的构造器cn.wellt.mqtt.config.MqttMessageListenerHolder
 
MqttMessageListenerRegister - cn.wellt.mqtt.config中的类
消息订阅注册
MqttMessageListenerRegister() - 类 的构造器cn.wellt.mqtt.config.MqttMessageListenerRegister
 
MqttMessageTemplate - cn.wellt.mqtt.gateway中的接口
mqtt消息推送
mqttOutbound() - 类 中的方法cn.wellt.mqtt.MqttAutoConfiguration
出消息适配器
mqttOutboundChannel() - 类 中的方法cn.wellt.mqtt.MqttAutoConfiguration
出通道

O

onMessage(String, MqttMessage) - 接口 中的方法cn.wellt.mqtt.callback.MqttMessageListener
收到消息

R

register(String, String, int) - 类 中的静态方法cn.wellt.mqtt.config.MqttMessageListenerHolder
注册订阅处理
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法cn.wellt.mqtt.config.MqttMessageListenerRegister
 
registerMessageHandler(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法cn.wellt.mqtt.config.MqttMessageListenerRegister
 

S

send(String, String) - 接口 中的方法cn.wellt.mqtt.gateway.MqttMessageTemplate
发送消息
send(String, String, int) - 接口 中的方法cn.wellt.mqtt.gateway.MqttMessageTemplate
发送消息
send(byte[], String) - 接口 中的方法cn.wellt.mqtt.gateway.MqttMessageTemplate
发送消息
send(byte[], String, int) - 接口 中的方法cn.wellt.mqtt.gateway.MqttMessageTemplate
发送消息
setApplicationContext(ApplicationContext) - 类 中的方法cn.wellt.mqtt.util.SpringContextHolder
实现ApplicationContextAware接口, 注入Context到静态变量中.
setBeanClassLoader(ClassLoader) - 类 中的方法cn.wellt.mqtt.config.MqttMessageListenerRegister
 
setCompletionTimeout(int) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
setDefaultTopic(String) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
setEnvironment(Environment) - 类 中的方法cn.wellt.mqtt.config.MqttMessageListenerRegister
 
setHost(String) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
setInboundClientPrefix(String) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
setOutboundClientPrefix(String) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
setPassword(String) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
setResourceLoader(ResourceLoader) - 类 中的方法cn.wellt.mqtt.config.MqttMessageListenerRegister
 
setTimeout(int) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
setUsername(String) - 类 中的方法cn.wellt.mqtt.properties.MqttConfigProperties
 
SpringContextHolder - cn.wellt.mqtt.util中的类
 
SpringContextHolder() - 类 的构造器cn.wellt.mqtt.util.SpringContextHolder
 
C D E G M O R S 
跳过导航链接

Copyright © 2021. All rights reserved.