Interface ControlBusEndpointBuilderFactory.ControlBusBuilders

    • Method Detail

      • controlbus

        default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder controlbus​(String path)
        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 19 enums and the value can be one of: bean, constant, el, exchangeProperty, file, groovy, header, jsonpath, mvel, ognl, ref, simple, spel, sql, terser, tokenize, xpath, xquery, xtokenize
        Parameters:
        path - command:language
        Returns:
        the dsl builder
      • controlbus

        default ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder controlbus​(String componentName,
                                                                                      String path)
        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 19 enums and the value can be one of: bean, constant, el, exchangeProperty, file, groovy, header, jsonpath, mvel, ognl, ref, simple, spel, sql, terser, 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