| Package | Description |
|---|---|
| io.debezium.engine |
| Modifier and Type | Method and Description |
|---|---|
<T,V extends SerializationFormat<T>> |
DebeziumEngine.BuilderFactory.builder(ChangeEventFormat<V> format)
Prescribe the output format used by the
DebeziumEngine. |
static <T,V extends SerializationFormat<T>> |
DebeziumEngine.create(ChangeEventFormat<V> format)
Obtain a new
DebeziumEngine.Builder instance that can be used to construct runnable DebeziumEngine instances. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.