Package | Description |
---|---|
org.springframework.messaging.simp.user |
Support for handling messages to "user" destinations (i.e.
|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
Modifier and Type | Method and Description |
---|---|
Set<SimpSubscription> |
MultiServerUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher) |
Set<SimpSubscription> |
SimpUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher)
Find subscriptions with the given matcher.
|
Modifier and Type | Method and Description |
---|---|
Set<SimpSubscription> |
DefaultSimpUserRegistry.findSubscriptions(SimpSubscriptionMatcher matcher) |