public interface UserQueueSuffixResolver
Modifier and Type | Method and Description |
---|---|
String |
getUserQueueSuffix(String user,
String sessionId)
Retrieve the queue suffix associated with the given user session.
|
Set<String> |
getUserQueueSuffixes(String user)
Retrieve the suffixes for all sessions associated with this user.
|