Interface RuleEngineRulesModuleMonitor<T extends AbstractRulesModuleModel>

    • Method Detail

      • isRulesModuleDeployed

        boolean isRulesModuleDeployed​(T rulesModule)
        Indicates whether the given module is actually deployed and running in the rule engine
        Parameters:
        rulesModule - instance of AbstractRulesModuleModel to check the deployment status for
        Returns:
        true if the specified module is currently running in the rule engine