Interface IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
IgniteComputeEndpointBuilderFactory
public static interface IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders
-
Method Summary
Modifier and TypeMethodDescriptionIgnite Compute (camel-ignite) Run compute operations on an Ignite cluster.igniteCompute
(String path) Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster.igniteCompute
(String componentName, String path) Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster.
-
Method Details
-
igniteCompute
Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster. Category: cache,clustering Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite- Returns:
- the dsl builder for the headers' name.
-
igniteCompute
Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster. Category: cache,clustering Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax:ignite-compute:endpointId
Path parameter: endpointId (required) The endpoint ID (not used).- Parameters:
path
- endpointId- Returns:
- the dsl builder
-
igniteCompute
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder igniteCompute(String componentName, String path) Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster. Category: cache,clustering Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite Syntax:ignite-compute:endpointId
Path parameter: endpointId (required) The endpoint ID (not used).- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- endpointId- Returns:
- the dsl builder
-