public interface ComponentNameResolver
Modifier and Type | Method and Description |
---|---|
Set<String> |
resolveNames(CamelContext camelContext)
Discovers which components are available on the classpath.
|
Set<String> resolveNames(CamelContext camelContext)
camelContext
- the camel contextApache Camel