public interface RulesEngine
An instance of a RulesEngine which provides access to available rules
| Modifier and Type | Method and Description |
|---|---|
Map<Rule,Boolean> |
checkRules(Map<String,Object> facts) |
List<Action> |
fireRules(Map<String,Object> facts) |
Copyright © 2023 Apache NiFi Project. All rights reserved.