Interface FlinkEndpointBuilderFactory.FlinkBuilders

    • Method Detail

      • flink

        default FlinkEndpointBuilderFactory.FlinkHeaderNameBuilder flink()
        Flink (camel-flink) Send DataSet jobs to an Apache Flink cluster. Category: transformation,bigdata,streams Since: 2.18 Maven coordinates: org.apache.camel:camel-flink
        Returns:
        the dsl builder for the headers' name.
      • flink

        default FlinkEndpointBuilderFactory.FlinkEndpointBuilder flink​(String path)
        Flink (camel-flink) Send DataSet jobs to an Apache Flink cluster. Category: transformation,bigdata,streams Since: 2.18 Maven coordinates: org.apache.camel:camel-flink Syntax: flink:endpointType Path parameter: endpointType (required) Type of the endpoint (dataset, datastream). There are 2 enums and the value can be one of: dataset, datastream
        Parameters:
        path - endpointType
        Returns:
        the dsl builder
      • flink

        default FlinkEndpointBuilderFactory.FlinkEndpointBuilder flink​(String componentName,
                                                                       String path)
        Flink (camel-flink) Send DataSet jobs to an Apache Flink cluster. Category: transformation,bigdata,streams Since: 2.18 Maven coordinates: org.apache.camel:camel-flink Syntax: flink:endpointType Path parameter: endpointType (required) Type of the endpoint (dataset, datastream). There are 2 enums and the value can be one of: dataset, datastream
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - endpointType
        Returns:
        the dsl builder