Interface EmbeddedEngine.Builder

All Superinterfaces:
io.debezium.engine.DebeziumEngine.Builder<org.apache.kafka.connect.source.SourceRecord>
All Known Implementing Classes:
EmbeddedEngine.BuilderImpl
Enclosing class:
EmbeddedEngine

@Deprecated public static interface EmbeddedEngine.Builder extends io.debezium.engine.DebeziumEngine.Builder<org.apache.kafka.connect.source.SourceRecord>
Deprecated.
A builder to set up and create EmbeddedEngine instances.
  • Method Details

    • using

      Deprecated.
      Use the specified configuration for the connector. The configuration is assumed to already be valid.
      Parameters:
      config - the configuration
      Returns:
      this builder object so methods can be chained together; never null
    • using

      Deprecated.
      Use the specified clock when needing to determine the current time. Passing null or not calling this method results in the connector using the system clock.
      Parameters:
      clock - the clock
      Returns:
      this builder object so methods can be chained together; never null
    • notifying

      EmbeddedEngine.Builder notifying(Consumer<org.apache.kafka.connect.source.SourceRecord> consumer)
      Deprecated.
      Specified by:
      notifying in interface io.debezium.engine.DebeziumEngine.Builder<org.apache.kafka.connect.source.SourceRecord>
    • notifying

      EmbeddedEngine.Builder notifying(io.debezium.engine.DebeziumEngine.ChangeConsumer<org.apache.kafka.connect.source.SourceRecord> handler)
      Deprecated.
      Specified by:
      notifying in interface io.debezium.engine.DebeziumEngine.Builder<org.apache.kafka.connect.source.SourceRecord>
    • using

      EmbeddedEngine.Builder using(ClassLoader classLoader)
      Deprecated.
      Specified by:
      using in interface io.debezium.engine.DebeziumEngine.Builder<org.apache.kafka.connect.source.SourceRecord>
    • using

      Deprecated.
    • using

      Deprecated.
    • using

      EmbeddedEngine.Builder using(io.debezium.engine.spi.OffsetCommitPolicy policy)
      Deprecated.
      Specified by:
      using in interface io.debezium.engine.DebeziumEngine.Builder<org.apache.kafka.connect.source.SourceRecord>
    • build

      Deprecated.
      Specified by:
      build in interface io.debezium.engine.DebeziumEngine.Builder<org.apache.kafka.connect.source.SourceRecord>