Package org.apache.camel.spi
Interface ConfigurerResolver
-
public interface ConfigurerResolver
A pluggable strategy for resolving different configurers in a loosely coupled manner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneratedPropertyConfigurer
resolvePropertyConfigurer(String name, CamelContext context)
Resolves the given configurer.
-
-
-
Method Detail
-
resolvePropertyConfigurer
GeneratedPropertyConfigurer 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
-
-