Uses of Class
com.vaadin.collaborationengine.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, 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.CollaborationEngine.openTopicConnection(com.vaadin.flow.component.Component component, 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.