Package | Description |
---|---|
com.vaadin.collaborationengine |
Modifier and Type | Method and Description |
---|---|
Stream<CollaborationMessage> |
CollaborationMessagePersister.fetchMessages(CollaborationMessagePersister.FetchQuery query)
Reads a stream of
CollaborationMessage items from a persistence
backend. |
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. |
Copyright © 2022. All rights reserved.