Uses of Interface
com.vaadin.collaborationengine.CollaborationMessagePersister
-
Packages that use CollaborationMessagePersister Package Description com.vaadin.collaborationengine -
-
Uses of CollaborationMessagePersister in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return CollaborationMessagePersister 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.Constructors in com.vaadin.collaborationengine with parameters of type CollaborationMessagePersister Constructor Description CollaborationMessageList(UserInfo localUser, 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, String topicId, CollaborationMessagePersister persister, CollaborationEngine collaborationEngine)Creates a new persisting manager for the given connection context.MessageManager(Component component, UserInfo localUser, String topicId, CollaborationMessagePersister persister)Creates a new persisting manager for the given component.
-