Interface ConfigurableDaemonModule

    • Method Detail

      • configure

        void configure​(javax.jcr.Node moduleConfig)
                throws javax.jcr.RepositoryException
        Lifecycle callback to allow a DaemonModule to configure itself. This method is called on startup if there is module config node, and before DaemonModule.initialize(javax.jcr.Session) is called.
        Parameters:
        moduleConfig - the node containing the configuration of this module
        Throws:
        javax.jcr.RepositoryException