You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
4.5 KiB
147 lines
4.5 KiB
{
|
|
"groups": [
|
|
{
|
|
"name": "server.broker",
|
|
"type": "com.fastbee.bootstrap.mqtt.MQTTBootStrap",
|
|
"sourceType": "com.fastbee.bootstrap.mqtt.MQTTBootStrap"
|
|
},
|
|
{
|
|
"name": "server.coap",
|
|
"type": "com.fastbee.bootstrap.coap.CoapBootStrap",
|
|
"sourceType": "com.fastbee.bootstrap.coap.CoapBootStrap"
|
|
},
|
|
{
|
|
"name": "server.http",
|
|
"type": "com.fastbee.bootstrap.http.HttpBootStrap",
|
|
"sourceType": "com.fastbee.bootstrap.http.HttpBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp",
|
|
"type": "com.fastbee.bootstrap.tcp.TCPBootStrap",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.udp",
|
|
"type": "com.fastbee.bootstrap.udp.UDPBootStrap",
|
|
"sourceType": "com.fastbee.bootstrap.udp.UDPBootStrap"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "server.broker.keep-alive",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.mqtt.MQTTBootStrap"
|
|
},
|
|
{
|
|
"name": "server.broker.mqtt-server",
|
|
"type": "com.fastbee.mqtt.server.MqttServer",
|
|
"sourceType": "com.fastbee.bootstrap.mqtt.MQTTBootStrap"
|
|
},
|
|
{
|
|
"name": "server.broker.port",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.mqtt.MQTTBootStrap"
|
|
},
|
|
{
|
|
"name": "server.broker.web-socket-server",
|
|
"type": "com.fastbee.mqtt.server.WebSocketServer",
|
|
"sourceType": "com.fastbee.bootstrap.mqtt.MQTTBootStrap"
|
|
},
|
|
{
|
|
"name": "server.broker.websocket-path",
|
|
"type": "java.lang.String",
|
|
"sourceType": "com.fastbee.bootstrap.mqtt.MQTTBootStrap"
|
|
},
|
|
{
|
|
"name": "server.broker.websocket-port",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.mqtt.MQTTBootStrap"
|
|
},
|
|
{
|
|
"name": "server.coap.coapserver",
|
|
"type": "com.fastbee.coap.Coapserver",
|
|
"sourceType": "com.fastbee.bootstrap.coap.CoapBootStrap"
|
|
},
|
|
{
|
|
"name": "server.coap.port",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.coap.CoapBootStrap"
|
|
},
|
|
{
|
|
"name": "server.http.http-server",
|
|
"type": "com.fastbee.http.server.HttpServer",
|
|
"sourceType": "com.fastbee.bootstrap.http.HttpBootStrap"
|
|
},
|
|
{
|
|
"name": "server.http.port",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.http.HttpBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp.delimiter",
|
|
"type": "java.lang.Byte",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp.handler-interpolator",
|
|
"type": "com.fastbee.bootstrap.tcp.config.TcpHandlerInterceptor",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp.handler-mapping",
|
|
"type": "com.fastbee.base.core.HandlerMapping",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp.keep-alive",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp.message-adapter",
|
|
"type": "com.fastbee.modbus.codec.MessageAdapter",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp.port",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.tcp.session-manager",
|
|
"type": "com.fastbee.base.session.SessionManager",
|
|
"sourceType": "com.fastbee.bootstrap.tcp.TCPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.udp.delimiter",
|
|
"type": "java.lang.Byte",
|
|
"sourceType": "com.fastbee.bootstrap.udp.UDPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.udp.handler-interpolator",
|
|
"type": "com.fastbee.bootstrap.tcp.config.TcpHandlerInterceptor",
|
|
"sourceType": "com.fastbee.bootstrap.udp.UDPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.udp.handler-mapping",
|
|
"type": "com.fastbee.base.core.HandlerMapping",
|
|
"sourceType": "com.fastbee.bootstrap.udp.UDPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.udp.message-adapter",
|
|
"type": "com.fastbee.modbus.codec.MessageAdapter",
|
|
"sourceType": "com.fastbee.bootstrap.udp.UDPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.udp.port",
|
|
"type": "java.lang.Integer",
|
|
"sourceType": "com.fastbee.bootstrap.udp.UDPBootStrap"
|
|
},
|
|
{
|
|
"name": "server.udp.session-manager",
|
|
"type": "com.fastbee.base.session.SessionManager",
|
|
"sourceType": "com.fastbee.bootstrap.udp.UDPBootStrap"
|
|
}
|
|
],
|
|
"hints": []
|
|
}
|