Interface RuleEngineRulesModuleMonitor<T extends AbstractRulesModuleModel>
-
- All Known Implementing Classes:
DefaultRuleEngineRulesModuleMonitor
public interface RuleEngineRulesModuleMonitor<T extends AbstractRulesModuleModel>Interface for rule engine monitor functions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRulesModuleDeployed(T rulesModule)Indicates whether the given module is actually deployed and running in the rule engine
-
-
-
Method Detail
-
isRulesModuleDeployed
boolean isRulesModuleDeployed(T rulesModule)
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
-
-