Class ZeebeEndpointBuilderFactory.ZeebeHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.ZeebeEndpointBuilderFactory.ZeebeHeaderNameBuilder
Enclosing interface:
ZeebeEndpointBuilderFactory

public static class ZeebeEndpointBuilderFactory.ZeebeHeaderNameBuilder extends Object
The builder of headers' name for the Zeebe component.
  • Constructor Details

    • ZeebeHeaderNameBuilder

      public ZeebeHeaderNameBuilder()
  • Method Details

    • zeebeResourceName

      public String zeebeResourceName()
      The name of the resource. The option is a: String type. Group: producer
      Returns:
      the name of the header ZeebeResourceName.
    • zeebeIsSuccess

      public String zeebeIsSuccess()
      True if the operation was successful. The option is a: boolean type. Group: producer
      Returns:
      the name of the header ZeebeIsSuccess.
    • zeebeErrorMessage

      public String zeebeErrorMessage()
      In case of an error, the error message. The option is a: String type. Group: producer
      Returns:
      the name of the header ZeebeErrorMessage.
    • zeebeErrorCode

      public String zeebeErrorCode()
      In case of an error, the error code if available. The option is a: String type. Group: producer
      Returns:
      the name of the header ZeebeErrorCode.
    • zeebeBPMNProcessId

      public String zeebeBPMNProcessId()
      The process ID of a deployed process. The option is a: String type. Group: producer
      Returns:
      the name of the header ZeebeBPMNProcessId.
    • zeebeVersion

      public String zeebeVersion()
      The version of a deployed process. The option is a: int type. Group: producer
      Returns:
      the name of the header ZeebeVersion.
    • zeebeProcessDefinitionKey

      public String zeebeProcessDefinitionKey()
      The process definition key of a deployed process. The option is a: long type. Group: producer
      Returns:
      the name of the header ZeebeProcessDefinitionKey.
    • zeebeJobKey

      public String zeebeJobKey()
      The key of a job. The worker consumer adds the job key to the headers and the operations completeJob and failJob accept the job key in the header if no JobRequest is provided in the body. The option is a: long type. Group: common
      Returns:
      the name of the header ZeebeJobKey.