Class ZeebeEndpointBuilderFactory.ZeebeHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.ZeebeEndpointBuilderFactory.ZeebeHeaderNameBuilder
- Enclosing interface:
- ZeebeEndpointBuilderFactory
The builder of headers' name for the Zeebe component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe process ID of a deployed process.In case of an error, the error code if available.In case of an error, the error message.True if the operation was successful.The process definition key of a deployed process.The name of the resource.The version of a deployed process.
-
Constructor Details
-
ZeebeHeaderNameBuilder
public ZeebeHeaderNameBuilder()
-
-
Method Details
-
zeebeResourceName
The name of the resource. The option is a: type. Group: producer- Returns:
- the name of the header
ZeebeResourceName.
-
zeebeIsSuccess
True if the operation was successful. The option is a: type. Group: producer- Returns:
- the name of the header
ZeebeIsSuccess.
-
zeebeErrorMessage
In case of an error, the error message. The option is a: type. Group: producer- Returns:
- the name of the header
ZeebeErrorMessage.
-
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
The process ID of a deployed process. The option is a: type. Group: producer- Returns:
- the name of the header
ZeebeBPMNProcessId.
-
zeebeVersion
The version of a deployed process. The option is a: type. Group: producer- Returns:
- the name of the header
ZeebeVersion.
-
zeebeProcessDefinitionKey
The process definition key of a deployed process. The option is a: type. Group: producer- Returns:
- the name of the header
ZeebeProcessDefinitionKey.
-