Class AttachmentConditionMatcher
java.lang.Object
org.apache.dubbo.rpc.cluster.router.condition.matcher.AbstractConditionMatcher
org.apache.dubbo.rpc.cluster.router.condition.matcher.attachment.AttachmentConditionMatcher
- All Implemented Interfaces:
ConditionMatcher
analysis the arguments in the rule.
Examples would be like this:
"attachments[foo]=bar", whenCondition is that the attachment value of 'foo' is equal to 'bar'.
-
Field Summary
Fields inherited from class org.apache.dubbo.rpc.cluster.router.condition.matcher.AbstractConditionMatcher
DOES_NOT_FOUND_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionAttachmentConditionMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model) -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.cluster.router.condition.matcher.AbstractConditionMatcher
getMatches, getMismatches, getSampleValueFromUrl, isMatch
-
Constructor Details
-
AttachmentConditionMatcher
-