提交 d7e9fbac 编写于 作者: J jai1 提交者: GitHub

Websocket Client - Making ServiceConfiguration extendable (#700)

上级 59bb252f
......@@ -212,6 +212,7 @@ public class WebSocketService implements Closeable {
private static ServiceConfiguration createServiceConfiguration(WebSocketProxyConfiguration config) {
ServiceConfiguration serviceConfig = new ServiceConfiguration();
serviceConfig.setProperties(config.getProperties());
serviceConfig.setClusterName(config.getClusterName());
serviceConfig.setWebServicePort(config.getWebServicePort());
serviceConfig.setWebServicePortTls(config.getWebServicePortTls());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册