Package | Description |
---|---|
org.apache.camel.component.flink | |
org.apache.camel.component.flink.annotations |
Modifier and Type | Class and Description |
---|---|
class |
ConvertingDataSetCallback<T> |
class |
VoidDataSetCallback |
Modifier and Type | Method and Description |
---|---|
DataSetCallback |
FlinkComponent.getDataSetCallback() |
DataSetCallback |
FlinkEndpoint.getDataSetCallback() |
protected DataSetCallback |
DataSetFlinkProducer.resolveDataSetCallback(org.apache.camel.Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
void |
FlinkComponent.setDataSetCallback(DataSetCallback dataSetCallback)
Function performing action against a DataSet.
|
void |
FlinkEndpoint.setDataSetCallback(DataSetCallback dataSetCallback)
Function performing action against a DataSet.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedDataSetCallback
Provides facade for working with annotated DataSet callbacks i.e.
|
Apache Camel