Interface MilvusEndpointBuilderFactory.MilvusEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
MilvusEndpointBuilderFactory
public static interface MilvusEndpointBuilderFactory.MilvusEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Milvus component.
-
Method Summary
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
-
host
The host to connect to. The option is a:java.lang.Stringtype. Default: localhost Group: producer- Parameters:
host- the value to set- Returns:
- the dsl builder
-
port
The port to connect to. The option is a:inttype. Default: 19530 Group: producer- Parameters:
port- the value to set- Returns:
- the dsl builder
-
port
The port to connect to. The option will be converted to ainttype. Default: 19530 Group: producer- Parameters:
port- the value to set- Returns:
- the dsl builder
-
timeout
Sets a default timeout for all requests. The option is a:longtype. Group: producer- Parameters:
timeout- the value to set- Returns:
- the dsl builder
-
timeout
Sets a default timeout for all requests. The option will be converted to alongtype. Group: producer- Parameters:
timeout- the value to set- Returns:
- the dsl builder
-
token
Sets the API key to use for authentication. The option is a:java.lang.Stringtype. Group: producer- Parameters:
token- the value to set- Returns:
- the dsl builder
-