Package org.apache.camel.component.spark
Interface DataFrameCallback<T>
-
- Type Parameters:
T- results type
public interface DataFrameCallback<T>Generic block of code with parameters which can be executed against Spark Data Frames and return results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TonDataFrame(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataFrame, Object... payloads)
-