Interface BonitaEndpointBuilderFactory.BonitaBuilders

    • Method Detail

      • bonita

        default BonitaEndpointBuilderFactory.BonitaEndpointBuilder bonita​(String path)
        Bonita (camel-bonita) Communicate with a remote Bonita BPM process engine. Category: process Since: 2.19 Maven coordinates: org.apache.camel:camel-bonita Syntax: bonita:operation Path parameter: operation (required) Operation to use There are 1 enums and the value can be one of: startCase
        Parameters:
        path - operation
        Returns:
        the dsl builder
      • bonita

        default BonitaEndpointBuilderFactory.BonitaEndpointBuilder bonita​(String componentName,
                                                                          String path)
        Bonita (camel-bonita) Communicate with a remote Bonita BPM process engine. Category: process Since: 2.19 Maven coordinates: org.apache.camel:camel-bonita Syntax: bonita:operation Path parameter: operation (required) Operation to use There are 1 enums and the value can be one of: startCase
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operation
        Returns:
        the dsl builder