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, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
host
The host to connect to. The option is a:java.lang.String
type. Default: localhost Group: producer- Parameters:
host
- the value to set- Returns:
- the dsl builder
-
port
The port to connect to. The option is a:int
type. 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 aint
type. 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:long
type. 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 along
type. 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.String
type. Group: producer- Parameters:
token
- the value to set- Returns:
- the dsl builder
-