Class AsyncEmbeddedEngineTest.WaitInTaskStartTask

java.lang.Object
org.apache.kafka.connect.source.SourceTask
io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask
io.debezium.embedded.async.AsyncEmbeddedEngineTest.WaitInTaskStartTask
All Implemented Interfaces:
org.apache.kafka.connect.connector.Task
Enclosing class:
AsyncEmbeddedEngineTest

static class AsyncEmbeddedEngineTest.WaitInTaskStartTask extends io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask
  • 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
    Modifier and Type
    Field
    Description
     
     

    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
    List<org.apache.kafka.connect.source.SourceRecord>
     
    void
     

    Methods inherited from class io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask

    stop, version

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

    commit, commitRecord, commitRecord, initialize

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • WaitInTaskStartTask

      WaitInTaskStartTask()
  • Method Details

    • start

      public void start(Map<String,String> props)
      Specified by:
      start in interface org.apache.kafka.connect.connector.Task
      Overrides:
      start in class io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask
    • poll

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