Uses of Class
org.apache.camel.builder.endpoint.EndpointRouteBuilder
-
Packages that use EndpointRouteBuilder Package Description org.apache.camel.builder.endpoint -
-
Uses of EndpointRouteBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return EndpointRouteBuilder Modifier and Type Method Description static EndpointRouteBuilder
EndpointRouteBuilder. loadEndpointRoutesBuilder(org.apache.camel.spi.Resource resource, org.apache.camel.util.function.ThrowingBiConsumer<Reader,EndpointRouteBuilder,Exception> consumer)
LoadsEndpointRouteBuilder
fromResource
using the given consumer to create anEndpointRouteBuilder
instance.static EndpointRouteBuilder
EndpointRouteBuilder. loadEndpointRoutesBuilder(org.apache.camel.util.function.ThrowingConsumer<EndpointRouteBuilder,Exception> consumer)
LoadsEndpointRouteBuilder
fromResource
using the given consumer to create anEndpointRouteBuilder
instance.Method parameters in org.apache.camel.builder.endpoint with type arguments of type EndpointRouteBuilder Modifier and Type Method 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)
LoadsEndpointRouteBuilder
fromResource
using the given consumer to create anEndpointRouteBuilder
instance.static EndpointRouteBuilder
EndpointRouteBuilder. loadEndpointRoutesBuilder(org.apache.camel.util.function.ThrowingConsumer<EndpointRouteBuilder,Exception> consumer)
LoadsEndpointRouteBuilder
fromResource
using the given consumer to create anEndpointRouteBuilder
instance.
-