You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.collaborationengine.

Interface AbstractCollaborationManager.ActivationHandler

    • Method Summary

      All Methods
      Modifier and Type Method Description
      Registration onActivation()

      The method executed when the manager is activated.

    • Method Detail

      • onActivation

        Registration onActivation()

        The method executed when the manager is activated. The method might return a callback which will be invoked when the manager is deactivated, i.e. the connection to the topic is closed. This callback can be used to clean-up resources used during activation.

        Returns:

        a callback which will be executed when the manager is deactivated, or null if not needed