类 MqttOutboundConfig

java.lang.Object
plus.hiver.module.iot.mqtt.config.MqttOutboundConfig

@Configuration public class MqttOutboundConfig extends Object
MQTT消息发布者相关配置

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • 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()