Class AnnotatedDataSetCallback

java.lang.Object
org.apache.camel.component.flink.annotations.AnnotatedDataSetCallback
All Implemented Interfaces:
DataSetCallback

public class AnnotatedDataSetCallback extends Object implements DataSetCallback
Provides facade for working with annotated DataSet callbacks i.e. POJO classes with an appropriate annotations on selected methods.
  • Constructor Details

    • AnnotatedDataSetCallback

      public AnnotatedDataSetCallback(Object objectWithCallback, org.apache.camel.CamelContext camelContext)
    • AnnotatedDataSetCallback

      public AnnotatedDataSetCallback(Object objectWithCallback)
  • Method Details