Class ArgumentConditionMatcher

java.lang.Object
org.apache.dubbo.rpc.cluster.router.condition.matcher.AbstractConditionMatcher
org.apache.dubbo.rpc.cluster.router.condition.matcher.argument.ArgumentConditionMatcher
All Implemented Interfaces:
ConditionMatcher

@Activate public class ArgumentConditionMatcher extends AbstractConditionMatcher
analysis the arguments in the rule. Examples would be like this: "arguments[0]=1", whenCondition is that the first argument is equal to '1'. "arguments[1]=a", whenCondition is that the second argument is equal to 'a'.
  • Constructor Details

    • ArgumentConditionMatcher

      public ArgumentConditionMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model)
  • Method Details