Uses of Interface
com.vaadin.collaborationengine.ConnectionContext
Packages that use ConnectionContext
-
Uses of ConnectionContext in com.vaadin.collaborationengine
Classes in com.vaadin.collaborationengine that implement ConnectionContextModifier and TypeClassDescriptionclassA connection context based on the attach state of a set of component instances.classA connection context that is always active.Methods in com.vaadin.collaborationengine with parameters of type ConnectionContextModifier and TypeMethodDescriptionprotected voidAbstractCollaborationManager.openTopicConnection(ConnectionContext context, SerializableFunction<TopicConnection, Registration> connectionActivationCallback) Opens a connection to the topic of this manager using the provided context and activation callback.CollaborationEngine.openTopicConnection(ConnectionContext context, String topicId, UserInfo localUser, SerializableFunction<TopicConnection, Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a generic context definition.Constructors in com.vaadin.collaborationengine with parameters of type ConnectionContextModifierConstructorDescriptionFormManager(ConnectionContext context, UserInfo localUser, String topicId, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the provided connection context.MessageManager(ConnectionContext context, UserInfo localUser, String topicId, CollaborationMessagePersister persister, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new persisting manager for the given connection context.MessageManager(ConnectionContext context, UserInfo localUser, String topicId, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the given connection context.PresenceManager(ConnectionContext context, UserInfo localUser, String topicId, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the provided connection context.