| Package | Description |
|---|---|
| com.vaadin.collaborationengine |
| Modifier and Type | Method and Description |
|---|---|
static CollaborationEngine |
CollaborationEngine.configure(VaadinService vaadinService,
CollaborationEngineConfiguration configuration)
Sets the configuration for the Collaboration Engine associated with the
given Vaadin service.
|
protected CollaborationEngine |
AbstractCollaborationManager.getCollaborationEngine()
Gets the
CollaborationEngine of this manager. |
static CollaborationEngine |
CollaborationEngine.getInstance()
Gets the
CollaborationEngine instance from the current
VaadinService. |
static CollaborationEngine |
CollaborationEngine.getInstance(VaadinService vaadinService)
Gets the
CollaborationEngine instance from the provided
VaadinService. |
CollaborationEngine |
LicenseEvent.getSource() |
| Constructor and Description |
|---|
AbstractCollaborationManager(UserInfo localUser,
String topicId,
CollaborationEngine collaborationEngine)
Constructs a new manager instance.
|
MessageManager(ConnectionContext context,
UserInfo localUser,
String topicId,
CollaborationEngine collaborationEngine)
Creates a new manager for the given connection context.
|
MessageManager(ConnectionContext context,
UserInfo localUser,
String topicId,
CollaborationMessagePersister persister,
CollaborationEngine collaborationEngine)
Creates a new persisting manager for the given connection context.
|
PresenceManager(ConnectionContext context,
UserInfo localUser,
String topicId,
CollaborationEngine collaborationEngine)
Creates a new manager for the provided connection context.
|
SystemConnectionContext(CollaborationEngine ce)
Creates a new system connection context instance for the given
Collaboration Engine instance.
|
Copyright © 2023. All rights reserved.