spring-framework / org.springframework.web.socket.config.annotation / ServletWebSocketHandlerRegistry / <init>

<init>

ServletWebSocketHandlerRegistry() ServletWebSocketHandlerRegistry(scheduler: ThreadPoolTaskScheduler)
Deprecated: as of 5.0 a TaskScheduler is not provided upfront, not until it is obvious that it is needed, see #requiresTaskScheduler() and #setTaskScheduler.

Deprecated constructor with a TaskScheduler for SockJS use.