Interface RuleEngineRulesModuleMonitor<T extends AbstractRulesModuleModel>

All Known Implementing Classes:
DefaultRuleEngineRulesModuleMonitor

public interface RuleEngineRulesModuleMonitor<T extends AbstractRulesModuleModel>
Interface for rule engine monitor functions
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isRulesModuleDeployed(T rulesModule)
    Indicates whether the given module is actually deployed and running in the rule engine
  • Method Details

    • 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