public static interface JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
basic() |
default JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder basic()
default JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel