Generated by
JDiff

Package org.springframework.messaging.simp.user

Changed Classes
DefaultUserDestinationResolver A default implementation of UserDestinationResolver that relies on the org.springframework.messaging.simp.user.UserSessionRegistry provided to the constructor to find the sessionIds associated with a user and then uses the sessionId to make the target destination unique.
UserDestinationMessageHandler Provides support for messages sent to "user" destinations, translating the destination to one or more user-specific destination(s) and then sending message(s) with the updated target destination using the provided messaging template.
UserDestinationResult A simple container for the result of parsing and translating a "user" destination in some source message into a set of actual target destinations by calling org.springframework.messaging.simp.user.UserDestinationResolver.