Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Route.getSourceResource()
Gets the source resource that this route is located from
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceResolver.resolve(String location)
Resolve a
Resource from a give uri. |
Resource |
ResourceLoader.resolveResource(String uri)
Loads
Resource from uri. |
Modifier and Type | Method and Description |
---|---|
Collection<Resource> |
PackageScanResourceResolver.findResources(String location)
Finds the resources from the given location.
|
Modifier and Type | Method and Description |
---|---|
Route |
RouteFactory.createRoute(CamelContext camelContext,
NamedNode routeDefinition,
String routeId,
String routeDescription,
Endpoint endpoint,
Resource resource)
Creates the route which should be configured afterwards with more configurations.
|
default Collection<RoutesBuilder> |
RoutesLoader.findRoutesBuilders(Resource... resources)
Find
RoutesBuilder from the give list of Resource . |
default void |
RoutesLoader.loadRoutes(Resource... resources)
|
RoutesBuilder |
RoutesBuilderLoader.loadRoutesBuilder(Resource resource)
Loads
RoutesBuilder from Resource . |
void |
RouteTemplateLoaderListener.loadRouteTemplate(Resource resource)
About to load route template (kamelet) from the given resource.
|
void |
ResourceReload.onReload(String name,
Resource resource)
Callback when the resource is re-loaded.
|
default Set<String> |
RoutesLoader.updateRoutes(Resource... resources)
Loads or updates existing
RoutesBuilder from the give list of Resource into the current
CamelContext . |
Modifier and Type | Method and Description |
---|---|
Collection<RoutesBuilder> |
RoutesLoader.findRoutesBuilders(Collection<Resource> resources)
Find
RoutesBuilder from the give list of Resource . |
default void |
RoutesLoader.loadRoutes(Collection<Resource> resources)
|
default Set<String> |
RoutesLoader.updateRoutes(Collection<Resource> resources)
Loads or updates existing
RoutesBuilder from the give list of Resource into the current
CamelContext . |
Apache Camel