We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.collaborationengine.
Class TopicConnection
- java.lang.Object
-
- com.vaadin.collaborationengine.TopicConnection
-
public class TopicConnection extends Object
API for sending and subscribing to updates between clients collaborating on the same collaboration topic.
Author:
Vaadin Ltd
-
-
Method Summary
All Methods Modifier and Type Method and Description 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.
-
-
-
Method Detail
-
getUserInfo
public UserInfo getUserInfo()
Gets the user who is related to this topic connection.
Returns:
the related user, not
null
-
getNamedMap
public CollaborationMap getNamedMap(String name)
Gets a collaboration map that can be used to track multiple values in a single topic.
Returns:
the collaboration map, not
null
-
-