Interface IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders

    • Method Detail

      • igniteCompute

        default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder igniteCompute​(String path)
        Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster. Category: compute 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: compute 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 name
        path - endpointId
        Returns:
        the dsl builder