Interface ZeebeEndpointBuilderFactory.ZeebeEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder,ZeebeEndpointBuilderFactory.ZeebeEndpointProducerBuilder
- Enclosing interface:
ZeebeEndpointBuilderFactory
public static interface ZeebeEndpointBuilderFactory.ZeebeEndpointBuilder
extends ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder, ZeebeEndpointBuilderFactory.ZeebeEndpointProducerBuilder
Builder for endpoint for the Zeebe component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()formatJSON(boolean formatJSON) Format the result in the body as JSON.formatJSON(String formatJSON) Format the result in the body as JSON.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.ZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder
jobKey, timeout, timeout
-
Method Details
-
advanced
- Specified by:
advancedin interfaceZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder- Specified by:
advancedin interfaceZeebeEndpointBuilderFactory.ZeebeEndpointProducerBuilder
-
formatJSON
Format the result in the body as JSON. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
formatJSONin interfaceZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder- Specified by:
formatJSONin interfaceZeebeEndpointBuilderFactory.ZeebeEndpointProducerBuilder- Parameters:
formatJSON- the value to set- Returns:
- the dsl builder
-
formatJSON
Format the result in the body as JSON. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
formatJSONin interfaceZeebeEndpointBuilderFactory.ZeebeEndpointConsumerBuilder- Specified by:
formatJSONin interfaceZeebeEndpointBuilderFactory.ZeebeEndpointProducerBuilder- Parameters:
formatJSON- the value to set- Returns:
- the dsl builder
-