Interface ZeebeEndpointBuilderFactory.ZeebeBuilders

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default ZeebeEndpointBuilderFactory.ZeebeHeaderNameBuilder zeebe()
      Zeebe (camel-zeebe) Workflow processes with Camunda Zeebe Category: process Since: 3.21 Maven coordinates: org.apache.camel:camel-zeebe
      default ZeebeEndpointBuilderFactory.ZeebeEndpointBuilder zeebe​(String path)
      Zeebe (camel-zeebe) Workflow processes with Camunda Zeebe Category: process Since: 3.21 Maven coordinates: org.apache.camel:camel-zeebe Syntax: zeebe:operationName Path parameter: operationName (required) The operation to use There are 9 enums and the value can be one of: startProcess, cancelProcess, publishMessage, completeJob, failJob, updateJobRetries, worker, throwError, deployResource
      default ZeebeEndpointBuilderFactory.ZeebeEndpointBuilder zeebe​(String componentName, String path)
      Zeebe (camel-zeebe) Workflow processes with Camunda Zeebe Category: process Since: 3.21 Maven coordinates: org.apache.camel:camel-zeebe Syntax: zeebe:operationName Path parameter: operationName (required) The operation to use There are 9 enums and the value can be one of: startProcess, cancelProcess, publishMessage, completeJob, failJob, updateJobRetries, worker, throwError, deployResource
    • Method Detail

      • zeebe

        default ZeebeEndpointBuilderFactory.ZeebeHeaderNameBuilder zeebe()
        Zeebe (camel-zeebe) Workflow processes with Camunda Zeebe Category: process Since: 3.21 Maven coordinates: org.apache.camel:camel-zeebe
        Returns:
        the dsl builder for the headers' name.
      • zeebe

        default ZeebeEndpointBuilderFactory.ZeebeEndpointBuilder zeebe​(String path)
        Zeebe (camel-zeebe) Workflow processes with Camunda Zeebe Category: process Since: 3.21 Maven coordinates: org.apache.camel:camel-zeebe Syntax: zeebe:operationName Path parameter: operationName (required) The operation to use There are 9 enums and the value can be one of: startProcess, cancelProcess, publishMessage, completeJob, failJob, updateJobRetries, worker, throwError, deployResource
        Parameters:
        path - operationName
        Returns:
        the dsl builder
      • zeebe

        default ZeebeEndpointBuilderFactory.ZeebeEndpointBuilder zeebe​(String componentName,
                                                                       String path)
        Zeebe (camel-zeebe) Workflow processes with Camunda Zeebe Category: process Since: 3.21 Maven coordinates: org.apache.camel:camel-zeebe Syntax: zeebe:operationName Path parameter: operationName (required) The operation to use There are 9 enums and the value can be one of: startProcess, cancelProcess, publishMessage, completeJob, failJob, updateJobRetries, worker, throwError, deployResource
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operationName
        Returns:
        the dsl builder