public static interface DJLEndpointBuilderFactory.DJLBuilders
| Modifier and Type | Method and Description |
|---|---|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
djl(String path)
Deep Java Library (camel-djl)
Infer Deep Learning models from message exchanges data using Deep
Java Library (DJL).
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder |
djl(String componentName,
String path)
Deep Java Library (camel-djl)
Infer Deep Learning models from message exchanges data using Deep
Java Library (DJL).
|
default DJLEndpointBuilderFactory.DJLEndpointBuilder djl(String path)
djl:application
Path parameter: application (required)
Application namepath - applicationdefault DJLEndpointBuilderFactory.DJLEndpointBuilder djl(String componentName, String path)
djl:application
Path parameter: application (required)
Application namecomponentName - to use a custom component name for the endpoint
instead of the default namepath - applicationApache Camel