Interface ResourceLoader
- All Superinterfaces:
CamelContextAware, HasCamelContext
SPI for loading a
Resource from a URI.
The resource loader is the entry point Camel uses to turn a location (such as file:routes.yaml or
classpath:rules.txt) into a Resource. It selects the appropriate scheme-specific
ResourceResolver to perform the actual resolution. A single loader is registered per
CamelContext under the "resource-loader" factory key.- Since:
- 3.9
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from interface CamelContextAware
setCamelContextMethods inherited from interface HasCamelContext
getCamelContext
-
Field Details
-
FACTORY
-
-
Method Details
-
resolveResource
-