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 using templatedRoute from the Java DSL instead.
Used for configuring and adding route templates such as using TemplatedRouteBuilder.
See Also:
  • RouteBuilder.templatedRoute(String)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.apache.camel.CamelContext camelContext)
    Deprecated.
     
  • Method Details

    • configure

      void configure(org.apache.camel.CamelContext camelContext)
      Deprecated.