| 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 |
|---|---|
void |
CamelContext.addRoutes(RoutesBuilder builder)
Adds a collection of routes to this CamelContext using the given builder to build them.
|
| Modifier and Type | Method and Description |
|---|---|
RoutesBuilder |
RoutesBuilderLoader.loadRoutesBuilder(Resource resource)
Loads
RoutesBuilder from Resource. |
| Modifier and Type | Method and Description |
|---|---|
Collection<RoutesBuilder> |
RoutesLoader.findRoutesBuilders(Collection<Resource> resources)
Find
RoutesBuilder from the give list of Resource. |
default Collection<RoutesBuilder> |
RoutesLoader.findRoutesBuilders(Resource... resources)
Find
RoutesBuilder from the give list of Resource. |
Apache Camel