Polish websocket xml namespace
Issue: SPR-11063
This commit is contained in:
@@ -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