Package org.springframework.messaging.simp.user


@NonNullApi @NonNullFields package 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.

Also included is SimpUserRegistry for keeping track of connected user sessions.