Class FlinkComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.flink.springboot.FlinkComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.flink") public class FlinkComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send DataSet jobs to an Apache Flink cluster. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description FlinkComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.apache.camel.component.flink.DataSetCallbackgetDataSetCallback()org.apache.flink.streaming.api.datastream.DataStreamgetDataStream()org.apache.camel.component.flink.DataStreamCallbackgetDataStreamCallback()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetDataSetCallback(org.apache.camel.component.flink.DataSetCallback dataSetCallback)voidsetDataStream(org.apache.flink.streaming.api.datastream.DataStream dataStream)voidsetDataStreamCallback(org.apache.camel.component.flink.DataStreamCallback dataStreamCallback)voidsetLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getDataSetCallback
public org.apache.camel.component.flink.DataSetCallback getDataSetCallback()
-
setDataSetCallback
public void setDataSetCallback(org.apache.camel.component.flink.DataSetCallback dataSetCallback)
-
getDataStream
public org.apache.flink.streaming.api.datastream.DataStream getDataStream()
-
setDataStream
public void setDataStream(org.apache.flink.streaming.api.datastream.DataStream dataStream)
-
getDataStreamCallback
public org.apache.camel.component.flink.DataStreamCallback getDataStreamCallback()
-
setDataStreamCallback
public void setDataStreamCallback(org.apache.camel.component.flink.DataStreamCallback dataStreamCallback)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-