Interface FlinkEndpointBuilderFactory.FlinkBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- FlinkEndpointBuilderFactory
public static interface FlinkEndpointBuilderFactory.FlinkBuilders
-
Method Summary
Modifier and TypeMethodDescriptionflink()Flink (camel-flink) Send DataSet jobs to an Apache Flink cluster.Flink (camel-flink) Send DataSet jobs to an Apache Flink cluster.Flink (camel-flink) Send DataSet jobs to an Apache Flink cluster.
-
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:endpointTypePath 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
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:endpointTypePath 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 namepath- endpointType- Returns:
- the dsl builder
-