Package | Description |
---|---|
com.vaadin.collaborationengine |
Modifier and Type | Method and Description |
---|---|
TopicConnectionRegistration |
TopicConnectionRegistration.ConnectionFailedEvent.getSource() |
TopicConnectionRegistration |
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.
|
TopicConnectionRegistration |
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.
|
Copyright © 2023. All rights reserved.