Uses of Class
com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest
-
-
Uses of CollaborationMessagePersister.PersistRequest in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type CollaborationMessagePersister.PersistRequest Modifier and Type Method Description voidCollaborationMessagePersister. persistMessage(CollaborationMessagePersister.PersistRequest request)Writes aCollaborationMessageto the persistence backend.Method parameters in com.vaadin.collaborationengine with type arguments of type CollaborationMessagePersister.PersistRequest Modifier and Type Method Description static CollaborationMessagePersisterCollaborationMessagePersister. fromCallbacks(com.vaadin.flow.function.SerializableFunction<CollaborationMessagePersister.FetchQuery,java.util.stream.Stream<CollaborationMessage>> fetchCallback, com.vaadin.flow.function.SerializableConsumer<CollaborationMessagePersister.PersistRequest> persistCallback)Creates an instance ofCollaborationMessagePersisterfrom the provided callbacks.
-