Uses of Class
com.vaadin.collaborationengine.CollaborationMessage
Packages that use CollaborationMessage
-
Uses of CollaborationMessage in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return CollaborationMessageModifier and TypeMethodDescriptionCollaborationMessagePersister.PersistRequest.getMessage()
Gets the message to persist.MessageHandler.MessageContext.getMessage()
Gets the message.Methods in com.vaadin.collaborationengine that return types with arguments of type CollaborationMessageModifier and TypeMethodDescriptionCollaborationMessagePersister.fetchMessages
(CollaborationMessagePersister.FetchQuery query) Reads a stream ofCollaborationMessage
items from a persistence backend.Methods in com.vaadin.collaborationengine with parameters of type CollaborationMessageModifier and TypeMethodDescriptionMessageManager.submit
(CollaborationMessage message) Submits a message to the topic.Method parameters in com.vaadin.collaborationengine with type arguments of type CollaborationMessageModifier and TypeMethodDescriptionCollaborationMessagePersister.fromCallbacks
(SerializableFunction<CollaborationMessagePersister.FetchQuery, Stream<CollaborationMessage>> fetchCallback, SerializableConsumer<CollaborationMessagePersister.PersistRequest> persistCallback) Creates an instance ofCollaborationMessagePersister
from the provided callbacks.