public static interface JoltEndpointBuilderFactory.JoltEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder |
advanced() |
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
inputType(JoltEndpointBuilderFactory.JoltInputOutputType inputType)
Specifies if the input is hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
inputType(String inputType)
Specifies if the input is hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
outputType(JoltEndpointBuilderFactory.JoltInputOutputType outputType)
Specifies if the output should be hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
outputType(String outputType)
Specifies if the output should be hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
transformDsl(JoltEndpointBuilderFactory.JoltTransformType transformDsl)
Specifies the Transform DSL of the endpoint resource.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
transformDsl(String transformDsl)
Specifies the Transform DSL of the endpoint resource.
|
default JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder advanced()
default JoltEndpointBuilderFactory.JoltEndpointBuilder contentCache(boolean contentCache)
boolean type.
Default: false
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder contentCache(String contentCache)
boolean type.
Default: false
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder inputType(JoltEndpointBuilderFactory.JoltInputOutputType inputType)
org.apache.camel.component.jolt.JoltInputOutputType
type.
Default: Hydrated
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder inputType(String inputType)
org.apache.camel.component.jolt.JoltInputOutputType
type.
Default: Hydrated
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder outputType(JoltEndpointBuilderFactory.JoltInputOutputType outputType)
org.apache.camel.component.jolt.JoltInputOutputType
type.
Default: Hydrated
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder outputType(String outputType)
org.apache.camel.component.jolt.JoltInputOutputType
type.
Default: Hydrated
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder transformDsl(JoltEndpointBuilderFactory.JoltTransformType transformDsl)
org.apache.camel.component.jolt.JoltTransformType type.
Default: Chainr
Group: producerdefault JoltEndpointBuilderFactory.JoltEndpointBuilder transformDsl(String transformDsl)
org.apache.camel.component.jolt.JoltTransformType type.
Default: Chainr
Group: producerApache Camel