mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish websocket xml namespace
Issue: SPR-11063
This commit is contained in:
+7
@@ -90,6 +90,13 @@ public class DefaultUserDestinationResolver implements UserDestinationResolver {
|
||||
return this.subscriptionDestinationPrefix;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the configured {@link UserSessionRegistry}.
|
||||
*/
|
||||
public UserSessionRegistry getUserSessionRegistry() {
|
||||
return this.userSessionRegistry;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<String> resolveDestination(Message<?> message) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user