| Package | Description |
|---|---|
| io.debezium.engine | |
| io.debezium.engine.format |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <V extends SerializationFormat<?>> |
ChangeEventFormat.of(Class<V> format)
Creates a change event format representing key and value in a single object.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.