Class AnnotatedDataSetCallback
java.lang.Object
org.apache.camel.component.flink.annotations.AnnotatedDataSetCallback
- All Implemented Interfaces:
DataSetCallback
@Deprecated(since="4.16.0")
public class AnnotatedDataSetCallback
extends Object
implements DataSetCallback
Deprecated.
The DataSet API is deprecated since Flink 1.12. Use the DataStream API with bounded streams instead. See
the Flink migration guide for details on migrating from DataSet to DataStream API. This class will be
maintained for backward compatibility but may be removed in future versions.
Provides facade for working with annotated DataSet callbacks i.e. POJO classes with an appropriate annotations on
selected methods.
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedDataSetCallback(Object objectWithCallback) Deprecated.AnnotatedDataSetCallback(Object objectWithCallback, org.apache.camel.CamelContext camelContext) Deprecated. -
Method Summary
-
Constructor Details
-
AnnotatedDataSetCallback
public AnnotatedDataSetCallback(Object objectWithCallback, org.apache.camel.CamelContext camelContext) Deprecated. -
AnnotatedDataSetCallback
Deprecated.
-
-
Method Details
-
onDataSet
Deprecated.- Specified by:
onDataSetin interfaceDataSetCallback
-