| Package | Description |
|---|---|
| com.vaadin.collaborationengine |
| Modifier and Type | Method and Description |
|---|---|
static CollaborationMessagePersister |
CollaborationMessagePersister.fromCallbacks(SerializableFunction<CollaborationMessagePersister.FetchQuery,Stream<CollaborationMessage>> fetchCallback,
SerializableConsumer<CollaborationMessagePersister.PersistRequest> persistCallback)
Creates an instance of
CollaborationMessagePersister from the
provided callbacks. |
| Constructor and Description |
|---|
CollaborationMessageList(UserInfo localUser,
String topicId,
CollaborationMessagePersister persister)
Creates a new collaboration message list component with the provided
topic id and persister of
CollaborationMessage items from/to an
external source (e.g. |
MessageManager(Component component,
UserInfo localUser,
String topicId,
CollaborationMessagePersister persister)
Creates a new persisting manager for the given component.
|
MessageManager(ConnectionContext context,
UserInfo localUser,
String topicId,
CollaborationMessagePersister persister,
CollaborationEngine collaborationEngine)
Creates a new persisting manager for the given connection context.
|
Copyright © 2023. All rights reserved.