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

<init>

SockJsServiceRegistration() SockJsServiceRegistration(defaultTaskScheduler: TaskScheduler)
Deprecated: as of 5.0 a TaskScheduler is not provided upfront, not until it is obvious that it is needed; call #getTaskScheduler() to check and then #setTaskScheduler(TaskScheduler) to set it before a call to #createSockJsService()

Deprecated constructor with a TaskScheduler.