Package | Description |
---|---|
org.springframework.messaging.simp.user |
Support for handling messages to "user" destinations (i.e.
|
Modifier and Type | Method and Description |
---|---|
SimpSession |
SimpSubscription.getSession()
Return the session of the subscription.
|
SimpSession |
SimpUser.getSession(String sessionId)
Look up the session for the given id.
|
Modifier and Type | Method and Description |
---|---|
Set<SimpSession> |
SimpUser.getSessions()
Return the sessions for the user.
|