1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "groups": [
- {
- "name": "mqtt",
- "type": "com.usky.http.service.config.mqtt.MqttBaseConfig",
- "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
- }
- ],
- "properties": [
- {
- "name": "mqtt.completion-timeout",
- "type": "java.lang.Integer",
- "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig",
- "defaultValue": 0
- },
- {
- "name": "mqtt.host-url",
- "type": "java.lang.String",
- "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
- },
- {
- "name": "mqtt.keep-alive-interval",
- "type": "java.lang.Integer",
- "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig",
- "defaultValue": 0
- },
- {
- "name": "mqtt.msg-topic",
- "type": "java.lang.String",
- "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
- },
- {
- "name": "mqtt.password",
- "type": "java.lang.String",
- "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
- },
- {
- "name": "mqtt.username",
- "type": "java.lang.String",
- "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
- }
- ],
- "hints": []
- }
|