Uses of Interface
org.apache.dubbo.rpc.cluster.router.condition.matcher.ConditionMatcher
Packages that use ConditionMatcher
Package
Description
-
Uses of ConditionMatcher in org.apache.dubbo.rpc.cluster.router.condition.matcher
Classes in org.apache.dubbo.rpc.cluster.router.condition.matcher that implement ConditionMatcherModifier and TypeClassDescriptionclassThe abstract implementation of ConditionMatcher, records the match and mismatch patterns of this matcher while at the same time provides the common match logics.Methods in org.apache.dubbo.rpc.cluster.router.condition.matcher that return ConditionMatcherModifier and TypeMethodDescriptionConditionMatcherFactory.createMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model) Create a matcher instance for the key. -
Uses of ConditionMatcher in org.apache.dubbo.rpc.cluster.router.condition.matcher.argument
Classes in org.apache.dubbo.rpc.cluster.router.condition.matcher.argument that implement ConditionMatcherModifier and TypeClassDescriptionclassanalysis the arguments in the rule.Methods in org.apache.dubbo.rpc.cluster.router.condition.matcher.argument that return ConditionMatcherModifier and TypeMethodDescriptionArgumentConditionMatcherFactory.createMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model) -
Uses of ConditionMatcher in org.apache.dubbo.rpc.cluster.router.condition.matcher.attachment
Classes in org.apache.dubbo.rpc.cluster.router.condition.matcher.attachment that implement ConditionMatcherModifier and TypeClassDescriptionclassanalysis the arguments in the rule.Methods in org.apache.dubbo.rpc.cluster.router.condition.matcher.attachment that return ConditionMatcherModifier and TypeMethodDescriptionAttachmentConditionMatcherFactory.createMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model) -
Uses of ConditionMatcher in org.apache.dubbo.rpc.cluster.router.condition.matcher.param
Classes in org.apache.dubbo.rpc.cluster.router.condition.matcher.param that implement ConditionMatcherModifier and TypeClassDescriptionclassThis instance will be loaded separately to ensure it always gets executed as the last matcher.Methods in org.apache.dubbo.rpc.cluster.router.condition.matcher.param that return ConditionMatcherModifier and TypeMethodDescriptionUrlParamConditionMatcherFactory.createMatcher(String key, org.apache.dubbo.rpc.model.ModuleModel model)