Uses of Class
com.vaadin.collaborationengine.Backend
-
Packages that use Backend Package Description com.vaadin.collaborationengine -
-
Uses of Backend in com.vaadin.collaborationengine
Subclasses of Backend in com.vaadin.collaborationengine Modifier and Type Class Description classLocalBackendA simple backend implementation that only distributes events locally and assumes that there is no previous history for event logs.Methods in com.vaadin.collaborationengine that return Backend Modifier and Type Method Description BackendCollaborationEngineConfiguration. getBackend()Gets the configured backend implementation.Methods in com.vaadin.collaborationengine with parameters of type Backend Modifier and Type Method Description voidCollaborationEngineConfiguration. setBackend(Backend backend)Sets the backend implementation to use.
-