Interface AbstractCollaborationManager.ActivationHandler

    • 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