Uses of Interface
org.apache.camel.component.flink.DataSetCallback
-
Packages that use DataSetCallback Package Description org.apache.camel.component.flink org.apache.camel.component.flink.annotations -
-
Uses of DataSetCallback in org.apache.camel.component.flink
Classes in org.apache.camel.component.flink that implement DataSetCallback Modifier and Type Class Description class
ConvertingDataSetCallback<T>
class
VoidDataSetCallback
Methods in org.apache.camel.component.flink that return DataSetCallback Modifier and Type Method Description DataSetCallback
FlinkComponent. getDataSetCallback()
DataSetCallback
FlinkEndpoint. getDataSetCallback()
protected DataSetCallback
DataSetFlinkProducer. resolveDataSetCallback(org.apache.camel.Exchange exchange)
Methods in org.apache.camel.component.flink with parameters of type DataSetCallback Modifier and Type Method Description void
FlinkComponent. setDataSetCallback(DataSetCallback dataSetCallback)
Function performing action against a DataSet.void
FlinkEndpoint. setDataSetCallback(DataSetCallback dataSetCallback)
Function performing action against a DataSet. -
Uses of DataSetCallback in org.apache.camel.component.flink.annotations
Classes in org.apache.camel.component.flink.annotations that implement DataSetCallback Modifier and Type Class Description class
AnnotatedDataSetCallback
Provides facade for working with annotated DataSet callbacks i.e.
-