Uses of Class
com.vaadin.collaborationengine.CollaborationMessage
-
Packages that use CollaborationMessage Package Description com.vaadin.collaborationengine -
-
Uses of CollaborationMessage in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return CollaborationMessage Modifier and Type Method Description CollaborationMessageCollaborationMessagePersister.PersistRequest. getMessage()Gets the message to persist.CollaborationMessageMessageHandler.MessageContext. getMessage()Gets the message.Methods in com.vaadin.collaborationengine that return types with arguments of type CollaborationMessage Modifier and Type Method Description Stream<CollaborationMessage>CollaborationMessagePersister. fetchMessages(CollaborationMessagePersister.FetchQuery query)Reads a stream ofCollaborationMessageitems from a persistence backend.Methods in com.vaadin.collaborationengine with parameters of type CollaborationMessage Modifier and Type Method Description CompletableFuture<Void>MessageManager. submit(CollaborationMessage message)Submits a message to the topic.Method parameters in com.vaadin.collaborationengine with type arguments of type CollaborationMessage 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.
-