Interface ConfigurableDaemonModule

All Superinterfaces:
DaemonModule
All Known Implementing Classes:
AbstractReconfigurableDaemonModule

public interface ConfigurableDaemonModule extends DaemonModule
DaemonModule that needs module configuration. A module config Node is automatically passed in with the configure(javax.jcr.Node) method on startup and when the module config changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Node moduleConfig)
    Lifecycle callback to allow a DaemonModule to configure itself.

    Methods inherited from interface org.onehippo.repository.modules.DaemonModule

    initialize, shutdown