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 Summary
Constructors Constructor Description ZeebeHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringzeebeBPMNProcessId()The process ID of a deployed process.StringzeebeErrorCode()In case of an error, the error code if available.StringzeebeErrorMessage()In case of an error, the error message.StringzeebeIsSuccess()True if the operation was successful.StringzeebeProcessDefinitionKey()The process definition key of a deployed process.StringzeebeResourceName()The name of the resource.StringzeebeVersion()The version of a deployed process.
-
-
-
Method Detail
-
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.
-
-