接口的使用
org.springframework.messaging.simp.user.SimpSubscriptionMatcher
使用SimpSubscriptionMatcher的程序包 程序包 说明 org.springframework.messaging.simp.user Support for handling messages to "user" destinations (i.e. destinations that are unique to a user's sessions), primarily translating the destinations and then forwarding the updated message to the broker.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.messaging.simp.user中SimpSubscriptionMatcher的使用
参数类型为SimpSubscriptionMatcher的org.springframework.messaging.simp.user中的方法 修饰符和类型 方法 说明 Set<SimpSubscription>MultiServerUserRegistry. findSubscriptions(SimpSubscriptionMatcher matcher)Set<SimpSubscription>SimpUserRegistry. findSubscriptions(SimpSubscriptionMatcher matcher)Find subscriptions with the given matcher.org.springframework.web.socket.messaging中SimpSubscriptionMatcher的使用
参数类型为SimpSubscriptionMatcher的org.springframework.web.socket.messaging中的方法 修饰符和类型 方法 说明 Set<SimpSubscription>DefaultSimpUserRegistry. findSubscriptions(SimpSubscriptionMatcher matcher)