We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 of
CollaborationMessage
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 of
CollaborationMessagePersister
from the provided callbacks.