Uses of Interface
com.vaadin.collaborationengine.CollaborationMessagePersister
-
Uses of CollaborationMessagePersister in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return CollaborationMessagePersisterModifier and TypeMethodDescriptionCollaborationMessagePersister.fromCallbacks(com.vaadin.flow.function.SerializableFunction<CollaborationMessagePersister.FetchQuery, 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 CollaborationMessagePersisterModifierConstructorDescriptionCollaborationMessageList(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) Deprecated, for removal: This API element is subject to removal in a future version.This constructor is not compatible with serializationMessageManager(ConnectionContext context, UserInfo localUser, String topicId, CollaborationMessagePersister persister, com.vaadin.flow.function.SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new persisting manager for the given connection context.MessageManager(com.vaadin.flow.component.Component component, UserInfo localUser, String topicId, CollaborationMessagePersister persister) Creates a new persisting manager for the given component.