@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.flink") public class FlinkComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
FlinkComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.api.java.DataSet |
getDataSet() |
org.apache.camel.component.flink.DataSetCallback |
getDataSetCallback() |
org.apache.flink.streaming.api.datastream.DataStream |
getDataStream() |
org.apache.camel.component.flink.DataStreamCallback |
getDataStreamCallback() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setDataSet(org.apache.flink.api.java.DataSet dataSet) |
void |
setDataSetCallback(org.apache.camel.component.flink.DataSetCallback dataSetCallback) |
void |
setDataStream(org.apache.flink.streaming.api.datastream.DataStream dataStream) |
void |
setDataStreamCallback(org.apache.camel.component.flink.DataStreamCallback dataStreamCallback) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public org.apache.flink.api.java.DataSet getDataSet()
public void setDataSet(org.apache.flink.api.java.DataSet dataSet)
public org.apache.flink.streaming.api.datastream.DataStream getDataStream()
public void setDataStream(org.apache.flink.streaming.api.datastream.DataStream dataStream)
public org.apache.camel.component.flink.DataSetCallback getDataSetCallback()
public void setDataSetCallback(org.apache.camel.component.flink.DataSetCallback dataSetCallback)
public org.apache.camel.component.flink.DataStreamCallback getDataStreamCallback()
public void setDataStreamCallback(org.apache.camel.component.flink.DataStreamCallback dataStreamCallback)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel