Package org.apache.camel.main
Interface ConfigureRouteTemplates
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
Used for configuring and adding route templates such as using
TemplatedRouteBuilder.- See Also:
-
RouteBuilder.templatedRoute(String)
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.apache.camel.CamelContext camelContext) Deprecated.
-
Method Details
-
configure
void configure(org.apache.camel.CamelContext camelContext) Deprecated.
-
templatedRoutefrom the Java DSL instead.