Package org.apache.camel.spi
Interface ConfigurerResolver
-
public interface ConfigurerResolverA pluggable strategy for resolving different configurers in a loosely coupled manner
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_PATH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyConfigurerresolvePropertyConfigurer(String name, CamelContext context)Resolves the given configurer.
-
-
-
Field Detail
-
RESOURCE_PATH
static final String RESOURCE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
resolvePropertyConfigurer
PropertyConfigurer resolvePropertyConfigurer(String name, CamelContext context)
Resolves the given configurer.- Parameters:
name- the name of the configurer (timer-component or timer-endpoint etc)context- the camel context- Returns:
- the resolved configurer, or null if no configurer could be found
-
-