Interface ZeebeEndpointBuilderFactory.ZeebeBuilders

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

public static interface ZeebeEndpointBuilderFactory.ZeebeBuilders
  • Method Details

    • zeebe

      Zeebe (camel-zeebe) Zeebe component which does integrage with Camunda Zeebe to interact with the API. Category: workflow,saas Since: 3.21 Maven coordinates: org.apache.camel:camel-zeebe
      Returns:
      the dsl builder for the headers' name.
    • zeebe

      Zeebe (camel-zeebe) Zeebe component which does integrage with Camunda Zeebe to interact with the API. Category: workflow,saas 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) Zeebe component which does integrage with Camunda Zeebe to interact with the API. Category: workflow,saas 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