Generated by
JDiff

Class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration

Added Constructors
AbstractWebSocketHandlerRegistration()  
 

Changed Constructors
AbstractWebSocketHandlerRegistration(TaskScheduler) Now deprecated.
as of 5.0 a TaskScheduler is not provided upfront, not until it is obvious that it is needed, see {@link #getSockJsServiceRegistration()}.
 

Added Methods
SockJsServiceRegistration getSockJsServiceRegistration() Expose the {@code SockJsServiceRegistration} -- if SockJS is enabled or {@code null} otherwise -- so that it can be configured with a TaskScheduler if the application did not provide one.