mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Add WebSocketTransportRegistration
Issue: SPR-11527
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public class WebMvcStompEndpointRegistryTests {
|
||||
this.userSessionRegistry = new DefaultUserSessionRegistry();
|
||||
this.messageBrokerRegistry = new MessageBrokerRegistry(inChannel, outChannel);
|
||||
TaskScheduler taskScheduler = Mockito.mock(TaskScheduler.class);
|
||||
this.registry = new WebMvcStompEndpointRegistry(webSocketHandler, userSessionRegistry,
|
||||
this.registry = new WebMvcStompEndpointRegistry(webSocketHandler, transportRegistration, userSessionRegistry,
|
||||
taskScheduler, messageBrokerRegistry);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user