Package org.apache.camel.component.flink
Interface DataSetCallback<T>
-
- Type Parameters:
T
- results type
- All Known Implementing Classes:
AnnotatedDataSetCallback
,ConvertingDataSetCallback
,VoidDataSetCallback
public interface DataSetCallback<T>
Generic block of code with parameters which can be executed against DataSet and return results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
onDataSet(org.apache.flink.api.java.DataSet ds, Object... payloads)
-