类 MqttInboundConfig
java.lang.Object
plus.hiver.module.iot.mqtt.config.MqttInboundConfig
MQTT消息订阅者相关配置
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
构造器详细资料
-
MqttInboundConfig
public MqttInboundConfig()
-
-
方法详细资料
-
mqttInputChannel
@Bean public org.springframework.messaging.MessageChannel mqttInputChannel() -
inbound
@Bean public org.springframework.integration.core.MessageProducer inbound() -
handler
@Bean @ServiceActivator(inputChannel="mqttInputChannel") public org.springframework.messaging.MessageHandler handler()
-