We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest
Packages that use CollaborationMessagePersister.PersistRequest
-
Uses of CollaborationMessagePersister.PersistRequest in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type CollaborationMessagePersister.PersistRequestModifier and TypeMethodDescriptionvoid
CollaborationMessagePersister.persistMessage
(CollaborationMessagePersister.PersistRequest request) Writes a
CollaborationMessage
to the persistence backend.Method parameters in com.vaadin.collaborationengine with type arguments of type CollaborationMessagePersister.PersistRequestModifier and TypeMethodDescriptionCollaborationMessagePersister.fromCallbacks
(SerializableFunction<CollaborationMessagePersister.FetchQuery, Stream<CollaborationMessage>> fetchCallback, SerializableConsumer<CollaborationMessagePersister.PersistRequest> persistCallback) Creates an instance of
CollaborationMessagePersister
from the provided callbacks.