Interface ActiveModule

    • Method Detail

      • isRunning

        boolean isRunning()
      • healthcheck

        boolean healthcheck​(java.util.List<java.lang.String> failures)
        When invoked, the module must run a self check to verify it is functioning correctly. Any failures must be reported in the failures list passed in to the method by the callee
        Parameters:
        failures - - a list of failures if any occur
        Returns:
        - true if module has no problems otherwise false ith failure messages in passed in List