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.
Uses of Class
com.vaadin.collaborationengine.TopicConnectionRegistration
Packages that use TopicConnectionRegistration
-
Uses of TopicConnectionRegistration in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return TopicConnectionRegistrationModifier and TypeMethodDescriptionTopicConnectionRegistration.ConnectionFailedEvent.getSource()
CollaborationEngine.openTopicConnection
(ConnectionContext context, String topicId, UserInfo localUser, SerializableFunction<TopicConnection, Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a generic context definition.
CollaborationEngine.openTopicConnection
(Component component, String topicId, UserInfo localUser, SerializableFunction<TopicConnection, Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a component instance.