| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static DJLEndpointBuilderFactory.DJLEndpointBuilder |
StaticEndpointBuilders.djl(String path)
Deep Java Library (camel-djl)
Infer Deep Learning models from message exchanges data using Deep Java
Library (DJL).
|
static DJLEndpointBuilderFactory.DJLEndpointBuilder |
StaticEndpointBuilders.djl(String componentName,
String path)
Deep Java Library (camel-djl)
Infer Deep Learning models from message exchanges data using Deep Java
Library (DJL).
|
| Modifier and Type | Method and Description |
|---|---|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.DJLEndpointBuilder.artifactId(String artifactId)
Model Artifact.
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.DJLBuilders.djl(String path)
Deep Java Library (camel-djl)
Infer Deep Learning models from message exchanges data using Deep
Java Library (DJL).
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.DJLBuilders.djl(String componentName,
String path)
Deep Java Library (camel-djl)
Infer Deep Learning models from message exchanges data using Deep
Java Library (DJL).
|
static DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.DJLEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.DJLEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.DJLEndpointBuilder.model(String model)
Model.
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
DJLEndpointBuilderFactory.DJLEndpointBuilder.translator(String translator)
Translator.
|
Apache Camel