Uses of Interface
com.vaadin.collaborationengine.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, com.vaadin.flow.function.SerializableFunction<TopicConnection, com.vaadin.flow.shared.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, com.vaadin.flow.function.SerializableFunction<TopicConnection, com.vaadin.flow.shared.Registration> connectionActivationCallback) Opens a connection to the collaboration topic with the provided id based on a generic context definition.voidCollaborationEngine.requestAccess(ConnectionContext context, UserInfo user, Consumer<AccessResponse> requestCallback) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.vaadin.collaborationengine with parameters of type ConnectionContextModifierConstructorDescriptionFormManager(ConnectionContext context, UserInfo localUser, String topicId, CollaborationEngine collaborationEngine) Deprecated, for removal: This API element is subject to removal in a future version.This constructor is not compatible with serializationFormManager(ConnectionContext context, UserInfo localUser, String topicId, com.vaadin.flow.function.SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the provided connection context.MessageManager(ConnectionContext context, UserInfo localUser, String topicId, 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, 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(ConnectionContext context, UserInfo localUser, String topicId, com.vaadin.flow.function.SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the given connection context.PresenceManager(ConnectionContext context, UserInfo localUser, String topicId, CollaborationEngine collaborationEngine) Deprecated, for removal: This API element is subject to removal in a future version.This constructor is not compatible with serializationPresenceManager(ConnectionContext context, UserInfo localUser, String topicId, com.vaadin.flow.function.SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the provided connection context.
true