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: type. Group: producer
      Returns:
      the name of the header ZeebeResourceName.
    • zeebeIsSuccess

      public String zeebeIsSuccess()
      True if the operation was successful. The option is a: 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: 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: 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: type. Group: producer
      Returns:
      the name of the header ZeebeBPMNProcessId.
    • zeebeVersion

      public String zeebeVersion()
      The version of a deployed process. The option is a: 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: type. Group: producer
      Returns:
      the name of the header ZeebeProcessDefinitionKey.