Class SystemConnectionContext

java.lang.Object
com.vaadin.collaborationengine.SystemConnectionContext
All Implemented Interfaces:
ConnectionContext, Serializable

public class SystemConnectionContext extends Object implements ConnectionContext
A connection context that is always active. This context is intended to be used in cases when Collaboration Engine is used in situations that aren't directly associated with a UI, such as from a background thread or when integrating with external services.

An instance can be acquired using getInstance() in any situation where CollaborationEngine.getInstance() is available. Other situations can use CollaborationEngine.getSystemContext() or create a new context instance using the constructor.

Author:
Vaadin Ltd
See Also: