Class DefaultSimpUserRegistry

java.lang.Object
org.springframework.web.socket.messaging.DefaultSimpUserRegistry
All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationEvent>, SmartApplicationListener, Ordered, SimpUserRegistry

public class DefaultSimpUserRegistry extends Object implements SimpUserRegistry, SmartApplicationListener
A default implementation of SimpUserRegistry that relies on AbstractSubProtocolEvent application context events to keep track of connected users and their subscriptions.
Since:
4.2
Author:
Rossen Stoyanchev, Sam Brannen