public class MqttConfigInstance extends Object
| Constructor and Description |
|---|
MqttConfigInstance() |
| Modifier and Type | Method and Description |
|---|---|
static MqttConfigInstance |
getInstance() |
org.springframework.messaging.MessageChannel |
mqttInboundChannel()
MQTT信息通道(消费者)
|
org.springframework.messaging.MessageChannel |
mqttOutboundChannel()
MQTT信息通道(生产者:订阅人)
|
org.springframework.messaging.MessageChannel |
mqttReplyChannel()
MQTT信息通道(回调)
|
public static MqttConfigInstance getInstance()
public org.springframework.messaging.MessageChannel mqttOutboundChannel()
MessageChannelpublic org.springframework.messaging.MessageChannel mqttReplyChannel()
public org.springframework.messaging.MessageChannel mqttInboundChannel()
MessageChannelCopyright © 2025. All rights reserved.