类 MqttOutboundConfig
java.lang.Object
plus.hiver.module.iot.mqtt.config.MqttOutboundConfig
MQTT消息发布者相关配置
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.integration.mqtt.core.MqttPahoClientFactoryorg.springframework.messaging.MessageHandlerorg.springframework.messaging.MessageChannel
-
构造器详细资料
-
MqttOutboundConfig
public MqttOutboundConfig()
-
-
方法详细资料
-
mqttClientFactory
@Bean public org.springframework.integration.mqtt.core.MqttPahoClientFactory mqttClientFactory() -
mqttOutbound
@Bean @ServiceActivator(inputChannel="mqttOutboundChannel") public org.springframework.messaging.MessageHandler mqttOutbound() -
mqttOutboundChannel
@Bean public org.springframework.messaging.MessageChannel mqttOutboundChannel()
-