Uses of Interface
com.vaadin.collaborationengine.CollaborationMessagePersister
-
-
Uses of CollaborationMessagePersister in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return CollaborationMessagePersister 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.Constructors in com.vaadin.collaborationengine with parameters of type CollaborationMessagePersister Constructor Description CollaborationMessageList(UserInfo localUser, java.lang.String topicId, CollaborationMessagePersister persister)Creates a new collaboration message list component with the provided topic id and persister ofCollaborationMessageitems from/to an external source (e.g.MessageManager(ConnectionContext context, UserInfo localUser, java.lang.String topicId, CollaborationMessagePersister persister, CollaborationEngine collaborationEngine)Creates a new persisting manager for the given connection context.MessageManager(com.vaadin.flow.component.Component component, UserInfo localUser, java.lang.String topicId, CollaborationMessagePersister persister)Creates a new persisting manager for the given component.
-