Uses of Interface
com.vaadin.collaborationengine.ConnectionContext
-
Uses of ConnectionContext in com.vaadin.collaborationengine
Classes in com.vaadin.collaborationengine that implement ConnectionContextModifier and TypeClassDescriptionclass
A connection context based on the attach state of a set of component instances.
class
A connection context that is always active.
Methods in com.vaadin.collaborationengine with parameters of type ConnectionContextModifier and TypeMethodDescriptionprotected void
AbstractCollaborationManager.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.
void
CollaborationEngine.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, 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, 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, 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, SerializableSupplier<CollaborationEngine> ceSupplier) Creates a new manager for the provided connection context.
true