Class CamelNettySourceTask

java.lang.Object
org.apache.kafka.connect.source.SourceTask
org.apache.camel.kafkaconnector.CamelSourceTask
org.apache.camel.kafkaconnector.netty.CamelNettySourceTask
All Implemented Interfaces:
org.apache.kafka.connect.connector.Task

@Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelNettySourceTask extends org.apache.camel.kafkaconnector.CamelSourceTask
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.kafka.connect.source.SourceTask

    org.apache.kafka.connect.source.SourceTask.TransactionBoundary
  • Field Summary

    Fields inherited from class org.apache.camel.kafkaconnector.CamelSourceTask

    HEADER_CAMEL_PREFIX, KAMELET_SOURCE_TEMPLATE_PARAMETERS_PREFIX, PROPERTY_CAMEL_PREFIX

    Fields inherited from class org.apache.kafka.connect.source.SourceTask

    context, TRANSACTION_BOUNDARY_CONFIG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.camel.kafkaconnector.CamelSourceConnectorConfig
     
    protected Map<String,String>
     

    Methods inherited from class org.apache.camel.kafkaconnector.CamelSourceTask

    calculateTimestamp, commitRecord, getCamelSourceEndpointConfigPrefix, getCamelSourcePathConfigPrefix, getLoggingLevel, getSourceKamelet, poll, setLoggingLevel, start, stop, version

    Methods inherited from class org.apache.kafka.connect.source.SourceTask

    commit, commitRecord, initialize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CamelNettySourceTask

      public CamelNettySourceTask()
  • Method Details

    • getCamelSourceConnectorConfig

      protected org.apache.camel.kafkaconnector.CamelSourceConnectorConfig getCamelSourceConnectorConfig(Map<String,String> props)
      Overrides:
      getCamelSourceConnectorConfig in class org.apache.camel.kafkaconnector.CamelSourceTask
    • getDefaultConfig

      protected Map<String,String> getDefaultConfig()
      Overrides:
      getDefaultConfig in class org.apache.camel.kafkaconnector.CamelSourceTask