public class TopicConnection extends Object
Modifier and Type | Method and Description |
---|---|
CollaborationList |
getNamedList(String name)
Gets a collaboration list that can be used to track a list of items in a
single topic.
|
CollaborationMap |
getNamedMap(String name)
Gets a collaboration map that can be used to track multiple values in a
single topic.
|
UserInfo |
getUserInfo()
Gets the user who is related to this topic connection.
|
public UserInfo getUserInfo()
null
public CollaborationMap getNamedMap(String name)
name
- the name of the mapnull
public CollaborationList getNamedList(String name)
name
- the name of the listnull
Copyright © 2021. All rights reserved.