Class DefaultRuleEngine
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.streams.endpoints.internal.DefaultRuleEngine
-
- All Implemented Interfaces:
RuleEngine
public class DefaultRuleEngine extends Object implements RuleEngine
-
-
Constructor Summary
Constructors Constructor Description DefaultRuleEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Valueevaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set.
-
-
-
Method Detail
-
evaluate
public Value evaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)
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.
-
-