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 TypeMethodDescriptionbooleanisRulesModuleDeployed(T rulesModule) Indicates whether the given module is actually deployed and running in the rule engine
-
Method Details
-
isRulesModuleDeployed
Indicates whether the given module is actually deployed and running in the rule engine- Parameters:
rulesModule- instance ofAbstractRulesModuleModelto check the deployment status for- Returns:
- true if the specified module is currently running in the rule engine
-