Asked Mar 29th, 2020 3:30 a.m. 84 0 1
  • 84 0 1
0

What is the ServerEndpointExporter ?

Share
  • 84 0 1

Mọi người cho mình hỏi :

@Configuration
public class WebSocketConfig {

    @Bean
    public ServerEndpointExporter serverEndpointExporter() {
        return new ServerEndpointExporter();
    }
}

Đoạn này dùng để làm gì ạ ?

1 ANSWERS


Answered Mar 30th, 2020 3:46 a.m.
Share
Viblo
Let's register a Viblo Account to get more interesting posts.