Uses of Class
com.vaadin.collaborationengine.CollaborationMessagePersister.FetchQuery
-
Packages that use CollaborationMessagePersister.FetchQuery Package Description com.vaadin.collaborationengine -
-
Uses of CollaborationMessagePersister.FetchQuery in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type CollaborationMessagePersister.FetchQuery Modifier and Type Method Description Stream<CollaborationMessage>CollaborationMessagePersister. fetchMessages(CollaborationMessagePersister.FetchQuery query)Reads a stream ofCollaborationMessageitems from a persistence backend.Method parameters in com.vaadin.collaborationengine with type arguments of type CollaborationMessagePersister.FetchQuery Modifier and Type Method Description static CollaborationMessagePersisterCollaborationMessagePersister. fromCallbacks(SerializableFunction<CollaborationMessagePersister.FetchQuery,Stream<CollaborationMessage>> fetchCallback, SerializableConsumer<CollaborationMessagePersister.PersistRequest> persistCallback)Creates an instance ofCollaborationMessagePersisterfrom the provided callbacks.
-