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
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.
-