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 Detail

      • configure

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