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 classConvertingDataSetCallback<T>classVoidDataSetCallbackMethods in org.apache.camel.component.flink that return DataSetCallback Modifier and Type Method Description DataSetCallbackFlinkComponent. getDataSetCallback()DataSetCallbackFlinkEndpoint. getDataSetCallback()protected DataSetCallbackDataSetFlinkProducer. resolveDataSetCallback(org.apache.camel.Exchange exchange)Methods in org.apache.camel.component.flink with parameters of type DataSetCallback Modifier and Type Method Description voidFlinkComponent. setDataSetCallback(DataSetCallback dataSetCallback)Function performing action against a DataSet.voidFlinkEndpoint. 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 classAnnotatedDataSetCallbackProvides facade for working with annotated DataSet callbacks i.e.
-