default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.authenticationKey(String authenticationKey) |
Authentication key for the cloud user.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.endpoint(String endpoint) |
FunctionGraph url.
|
static FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.functionName(String functionName) |
Name of the function to invoke.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.functionPackage(String functionPackage) |
Functions that can be logically grouped together.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphBuilders.hwcloudFunctiongraph(String path) |
Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph)
To call serverless functions on Huawei Cloud
Category: cloud,serverless
Since: 3.11
Maven coordinates: org.apache.camel:camel-huaweicloud-functiongraph
Syntax: hwcloud-functiongraph:operation
Path parameter: operation (required)
Operation to be performed
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphBuilders.hwcloudFunctiongraph(String componentName,
String path) |
Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph)
To call serverless functions on Huawei Cloud
Category: cloud,serverless
Since: 3.11
Maven coordinates: org.apache.camel:camel-huaweicloud-functiongraph
Syntax: hwcloud-functiongraph:operation
Path parameter: operation (required)
Operation to be performed
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.ignoreSslVerification(boolean ignoreSslVerification) |
Ignore SSL verification.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.ignoreSslVerification(String ignoreSslVerification) |
Ignore SSL verification.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.projectId(String projectId) |
Cloud project ID.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.proxyHost(String proxyHost) |
Proxy server ip/hostname.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.proxyPassword(String proxyPassword) |
Proxy authentication password.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.proxyPort(int proxyPort) |
Proxy server port.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.proxyPort(String proxyPort) |
Proxy server port.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.proxyUser(String proxyUser) |
Proxy authentication user.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.region(String region) |
FunctionGraph service region.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.secretKey(String secretKey) |
Secret key for the cloud user.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.serviceKeys(Object serviceKeys) |
Configuration object for cloud service authentication.
|
default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder |
FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder.serviceKeys(String serviceKeys) |
Configuration object for cloud service authentication.
|