Interface ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
ZeebeEndpointBuilderFactory.ZeebeEndpointBuilder
- Enclosing interface:
- ZeebeEndpointBuilderFactory
public static interface ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderBuilder for endpoint consumers for the Zeebe component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ZeebeEndpointBuilderFactory.AdvancedZeebeEndpointConsumerBuilderadvanced()default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilderformatJSON(boolean formatJSON)Format the result in the body as JSON.default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilderformatJSON(String formatJSON)Format the result in the body as JSON.default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilderjobKey(String jobKey)JobKey for the job worker.default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuildertimeout(int timeout)Timeout for job worker.default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuildertimeout(String timeout)Timeout for job worker.
-
-
-
Method Detail
-
advanced
default ZeebeEndpointBuilderFactory.AdvancedZeebeEndpointConsumerBuilder advanced()
-
formatJSON
default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder formatJSON(boolean formatJSON)
Format the result in the body as JSON. The option is a: <code>boolean</code> type. Default: false Group: common- Parameters:
formatJSON- the value to set- Returns:
- the dsl builder
-
formatJSON
default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder formatJSON(String formatJSON)
Format the result in the body as JSON. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Parameters:
formatJSON- the value to set- Returns:
- the dsl builder
-
jobKey
default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder jobKey(String jobKey)
JobKey for the job worker. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
jobKey- the value to set- Returns:
- the dsl builder
-
timeout
default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder timeout(int timeout)
Timeout for job worker. The option is a: <code>int</code> type. Default: 10 Group: consumer- Parameters:
timeout- the value to set- Returns:
- the dsl builder
-
timeout
default ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder timeout(String timeout)
Timeout for job worker. The option will be converted to a <code>int</code> type. Default: 10 Group: consumer- Parameters:
timeout- the value to set- Returns:
- the dsl builder
-
-