Uses of Interface
org.springframework.messaging.simp.user.SimpSubscription
Packages that use 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
Methods in org.springframework.messaging.simp.user that return types with arguments of type SimpSubscriptionModifier and TypeMethodDescriptionMultiServerUserRegistry.findSubscriptions
(SimpSubscriptionMatcher matcher) SimpUserRegistry.findSubscriptions
(SimpSubscriptionMatcher matcher) Find subscriptions with the given matcher.SimpSession.getSubscriptions()
Return the subscriptions for this session.Methods in org.springframework.messaging.simp.user with parameters of type SimpSubscriptionModifier and TypeMethodDescriptionboolean
SimpSubscriptionMatcher.match
(SimpSubscription subscription) Match the given subscription. -
Uses of SimpSubscription in org.springframework.web.socket.messaging
Methods in org.springframework.web.socket.messaging that return types with arguments of type SimpSubscriptionModifier and TypeMethodDescriptionDefaultSimpUserRegistry.findSubscriptions
(SimpSubscriptionMatcher matcher)