Uses of Interface
org.springframework.messaging.simp.user.SimpSubscription
Package
Description
Support for handling messages to "user" destinations (i.e.
WebSocket integration for Spring's messaging module.
-
Uses of SimpSubscription in org.springframework.messaging.simp.user
Modifier and TypeMethodDescriptionMultiServerUserRegistry.findSubscriptions
(SimpSubscriptionMatcher matcher) SimpUserRegistry.findSubscriptions
(SimpSubscriptionMatcher matcher) Find subscriptions with the given matcher.SimpSession.getSubscriptions()
Return the subscriptions for this session.Modifier and TypeMethodDescriptionboolean
SimpSubscriptionMatcher.match
(SimpSubscription subscription) Match the given subscription. -
Uses of SimpSubscription in org.springframework.web.socket.messaging
Modifier and TypeMethodDescriptionDefaultSimpUserRegistry.findSubscriptions
(SimpSubscriptionMatcher matcher)