Interface PipelineResolver.Factory
- Enclosing class:
- PipelineResolver
public static interface PipelineResolver.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineResolverConfig config, PipelineRuleParser ruleParser) Creates a new instance for the given suppliers.
-
Method Details
-
create
Creates a new instance for the given suppliers.- Parameters:
config- the resolver paramsruleParser- the pipeline rule parser to use- Returns:
- the new pipeline resolver instance
-