Class DefaultRuleEngine
java.lang.Object
software.amazon.awssdk.services.codestarnotifications.endpoints.internal.DefaultRuleEngine
- All Implemented Interfaces:
 RuleEngine
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionevaluate(EndpointRuleset ruleset, Map<Identifier, Value> args) Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set. 
- 
Constructor Details
- 
DefaultRuleEngine
public DefaultRuleEngine() 
 - 
 - 
Method Details
- 
evaluate
Description copied from interface:RuleEngineEvaluate the givenEndpointRulesetusing the named values inargsas input into the rule set.- Specified by:
 evaluatein interfaceRuleEngine- Parameters:
 ruleset- The rule set to evaluate.args- The arguments.- Returns:
 - The computed value.
 
 
 -