| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.reifier |
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceWithRouteBuilder
A
RouteBuilder which has extended capabilities when using the
advice with feature. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RouteBuilder.addRoutes(org.apache.camel.CamelContext context,
org.apache.camel.util.function.ThrowingConsumer<RouteBuilder,Exception> rbc)
Add routes to a context using a lambda expression.
|
| Modifier and Type | Method and Description |
|---|---|
RouteBuilder |
RouteBuilderDefinition.createRouteBuilder(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
RouteDefinition |
RouteReifier.adviceWith(org.apache.camel.CamelContext camelContext,
RouteBuilder builder)
Advices this route with the route builder.
|
static RouteDefinition |
RouteReifier.adviceWith(RouteDefinition definition,
org.apache.camel.CamelContext camelContext,
RouteBuilder builder)
Advices this route with the route builder.
|
Apache Camel