| | |
| | | //package com.nq.ws; |
| | | // |
| | | // |
| | | //import com.nq.enums.EStockType; |
| | | //import com.nq.utils.PropertiesUtil; |
| | | //import lombok.extern.slf4j.Slf4j; |
| | | //import org.java_websocket.client.WebSocketClient; |
| | | //import org.springframework.context.annotation.Bean; |
| | | //import org.springframework.context.annotation.Configuration; |
| | | // |
| | | //import java.net.URI; |
| | | //import java.util.HashMap; |
| | | //import java.util.Map; |
| | | // |
| | | //@Slf4j |
| | | //@Configuration |
| | | //public class WebSocketClientBeanConfig { |
| | | // |
| | | // |
| | | package com.nq.ws; |
| | | |
| | | |
| | | import com.nq.enums.EStockType; |
| | | import com.nq.utils.PropertiesUtil; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.java_websocket.client.WebSocketClient; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.Configuration; |
| | | |
| | | import java.net.URI; |
| | | import java.util.HashMap; |
| | | import java.util.Map; |
| | | |
| | | @Slf4j |
| | | @Configuration |
| | | public class WebSocketClientBeanConfig { |
| | | |
| | | |
| | | // @Bean |
| | | // public Map<String, WebSocketClient> websocketRunClientMap() { |
| | | // |
| | |
| | | // |
| | | // return retMap; |
| | | // } |
| | | // |
| | | // |
| | | //} |
| | | |
| | | |
| | | } |