public interface ConfigurerResolver
| Modifier and Type | Method and Description |
|---|---|
GeneratedPropertyConfigurer |
resolvePropertyConfigurer(String name,
CamelContext context)
Resolves the given configurer.
|
GeneratedPropertyConfigurer resolvePropertyConfigurer(String name, CamelContext context)
name - the name of the configurer (timer-component or timer-endpoint etc)context - the camel contextApache Camel