@Configuration
@ConditionalOnProperty(value="shenyu.plugins.mqtt.enabled",
havingValue="true",
matchIfMissing=true)
public class MqttPluginConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
MqttPluginConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
mqttPluginDataHandler()
Mqtt plugin data handler.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.