io.xtech.babel.camel

builder

package builder

Visibility
  1. Public
  2. All

Type Members

  1. abstract class RouteBuilder extends DSL with CamelDSL with RoutesBuilder

    Facility trait used to implement RouteBuilder in order to be more integrated into Camel.

    Facility trait used to implement RouteBuilder in order to be more integrated into Camel. This allows Babel Camel routes to be discovered by the Camel route scanner.

  2. trait SpringRouteBuilder extends RouteBuilder

    The SpringRouteBuilder is helpful to define Babel Camel routes which are dealing with Spring Beans.

    The SpringRouteBuilder is helpful to define Babel Camel routes which are dealing with Spring Beans. As those beans may not have been initialized, the Babel Camel routes should be define in the body of the configure method.

Ungrouped