Class InterruptedTask

  • All Implemented Interfaces:
    org.apache.kafka.connect.connector.Task

    class InterruptedTask
    extends io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask
    • Field Summary

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

        context
    • Constructor Summary

      Constructors 
      Constructor Description
      InterruptedTask()  
    • Constructor Detail

      • InterruptedTask

        InterruptedTask()
    • Method Detail

      • poll

        public List<org.apache.kafka.connect.source.SourceRecord> poll()
                                                                throws InterruptedException
        Overrides:
        poll in class io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask
        Throws:
        InterruptedException