Package | Description |
---|---|
com.vaadin.collaborationengine |
Modifier and Type | Class and Description |
---|---|
class |
ComponentConnectionContext
A connection context based on the attach state of a set of component
instances.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
CollaborationEngine.requestAccess(ConnectionContext context,
UserInfo user,
Consumer<AccessResponse> requestCallback)
Requests access for a user to Collaboration Engine.
|
Copyright © 2021. All rights reserved.