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