| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint |
| Modifier and Type | Method and Description |
|---|---|
static EndpointRouteBuilder |
EndpointRouteBuilder.loadEndpointRoutesBuilder(org.apache.camel.spi.Resource resource,
org.apache.camel.util.function.ThrowingBiConsumer<Reader,EndpointRouteBuilder,Exception> consumer)
Loads
EndpointRouteBuilder from Resource using the given consumer to create an
EndpointRouteBuilder instance. |
static EndpointRouteBuilder |
EndpointRouteBuilder.loadEndpointRoutesBuilder(org.apache.camel.util.function.ThrowingConsumer<EndpointRouteBuilder,Exception> consumer)
Loads
EndpointRouteBuilder from Resource using the given consumer to create an
EndpointRouteBuilder instance. |
| Modifier and Type | Method and Description |
|---|---|
static void |
EndpointRouteBuilder.addEndpointRoutes(org.apache.camel.CamelContext context,
org.apache.camel.util.function.ThrowingConsumer<EndpointRouteBuilder,Exception> rbc)
Add routes to a context using a lambda expression.
|
static EndpointRouteBuilder |
EndpointRouteBuilder.loadEndpointRoutesBuilder(org.apache.camel.spi.Resource resource,
org.apache.camel.util.function.ThrowingBiConsumer<Reader,EndpointRouteBuilder,Exception> consumer)
Loads
EndpointRouteBuilder from Resource using the given consumer to create an
EndpointRouteBuilder instance. |
static EndpointRouteBuilder |
EndpointRouteBuilder.loadEndpointRoutesBuilder(org.apache.camel.util.function.ThrowingConsumer<EndpointRouteBuilder,Exception> consumer)
Loads
EndpointRouteBuilder from Resource using the given consumer to create an
EndpointRouteBuilder instance. |
Apache Camel