Interface FlinkEndpointBuilderFactory.FlinkBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
FlinkEndpointBuilderFactory

public static interface FlinkEndpointBuilderFactory.FlinkBuilders
  • Method Details

    • flink

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

      Flink (camel-flink) Send DataSet jobs to an Apache Flink cluster. Category: transformation,bigdata 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 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