Interface DJLEndpointBuilderFactory.DJLEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
DJLEndpointBuilderFactory
public static interface DJLEndpointBuilderFactory.DJLEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Deep Java Library component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()artifactId(String artifactId) Model Artifact.Model.showProgress(boolean showProgress) Show progress while loading zoo models.showProgress(String showProgress) Show progress while loading zoo models.translator(String translator) Translator.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
artifactId
Model Artifact. The option is a:java.lang.Stringtype. Group: producer- Parameters:
artifactId- the value to set- Returns:
- the dsl builder
-
model
Model. The option is a:java.lang.Stringtype. Group: producer- Parameters:
model- the value to set- Returns:
- the dsl builder
-
showProgress
Show progress while loading zoo models. This parameter takes effect only with zoo models. The option is a:booleantype. Default: false Group: producer- Parameters:
showProgress- the value to set- Returns:
- the dsl builder
-
showProgress
Show progress while loading zoo models. This parameter takes effect only with zoo models. The option will be converted to abooleantype. Default: false Group: producer- Parameters:
showProgress- the value to set- Returns:
- the dsl builder
-
translator
Translator. The option is a:java.lang.Stringtype. Group: producer- Parameters:
translator- the value to set- Returns:
- the dsl builder
-