io.xtech.babel

camel

package camel

Visibility
  1. Public
  2. All

Type Members

  1. trait CamelDSL extends StepProcessor[RouteBuilder] with Basics with Aggregation with Transaction with Transformation with Marshaller with RouteId with Enricher with Log with Sort with Resequencer with Handler with RecipientList with RouteConfiguration with WireTap with Validation

    Babel Camel is the way to create a Camel route with the Babel fish DSL.

    Babel Camel is the way to create a Camel route with the Babel fish DSL.

    CamelDSL usage example :

    import io.xtech.babel.camel.builder.RouteBuilder
    
    val routeDef = new RouteBuilder {
      from("direct:input").to("mock:output")
    }

Value Members

  1. object CamelException

  2. package builder

  3. package model

  4. package parsing

Ungrouped