Uses of Class
com.vaadin.collaborationengine.TopicConnectionRegistration
-
-
Uses of TopicConnectionRegistration in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return TopicConnectionRegistration Modifier and Type Method Description TopicConnectionRegistrationTopicConnectionRegistration.ConnectionFailedEvent. getSource()TopicConnectionRegistrationCollaborationEngine. openTopicConnection(ConnectionContext context, java.lang.String topicId, UserInfo localUser, com.vaadin.flow.function.SerializableFunction<TopicConnection,com.vaadin.flow.shared.Registration> connectionActivationCallback)Opens a connection to the collaboration topic with the provided id based on a generic context definition.TopicConnectionRegistrationCollaborationEngine. openTopicConnection(com.vaadin.flow.component.Component component, java.lang.String topicId, UserInfo localUser, com.vaadin.flow.function.SerializableFunction<TopicConnection,com.vaadin.flow.shared.Registration> connectionActivationCallback)Opens a connection to the collaboration topic with the provided id based on a component instance.
-