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 @FunctionalInterface public interface ConfigureRouteTemplates
Deprecated.please consider usingtemplatedRoutefrom the Java DSL instead.Used for configuring and adding route templates such as usingTemplatedRouteBuilder.- See Also:
RouteBuilder.templatedRoute(String)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidconfigure(org.apache.camel.CamelContext camelContext)Deprecated.
-