Interface ControlBusEndpointBuilderFactory.ControlBusBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
ControlBusEndpointBuilderFactory

public static interface ControlBusEndpointBuilderFactory.ControlBusBuilders
  • Method Details

    • controlbus

      Control Bus (camel-controlbus) Manage and monitor Camel routes. Category: core,monitoring Since: 2.11 Maven coordinates: org.apache.camel:camel-controlbus Syntax: controlbus:command:language Path parameter: command (required) Command can be either route or language There are 2 enums and the value can be one of: route, language Path parameter: language Allows you to specify the name of a Language to use for evaluating the message body. If there is any result from the evaluation, then the result is put in the message body. There are 22 enums and the value can be one of: bean, constant, csimple, datasonnet, exchangeProperty, file, groovy, header, hl7terser, joor, jq, jsonpath, mvel, ognl, python, ref, simple, spel, tokenize, xpath, xquery, xtokenize
      Parameters:
      path - command:language
      Returns:
      the dsl builder
    • controlbus

      Control Bus (camel-controlbus) Manage and monitor Camel routes. Category: core,monitoring Since: 2.11 Maven coordinates: org.apache.camel:camel-controlbus Syntax: controlbus:command:language Path parameter: command (required) Command can be either route or language There are 2 enums and the value can be one of: route, language Path parameter: language Allows you to specify the name of a Language to use for evaluating the message body. If there is any result from the evaluation, then the result is put in the message body. There are 22 enums and the value can be one of: bean, constant, csimple, datasonnet, exchangeProperty, file, groovy, header, hl7terser, joor, jq, jsonpath, mvel, ognl, python, ref, simple, spel, tokenize, xpath, xquery, xtokenize
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - command:language
      Returns:
      the dsl builder