| Package | Description |
|---|---|
| io.debezium.engine | |
| io.debezium.engine.format |
| Modifier and Type | Method and Description |
|---|---|
<S,T,K extends SerializationFormat<S>,V extends SerializationFormat<T>> |
DebeziumEngine.BuilderFactory.builder(KeyValueChangeEventFormat<K,V> format)
Prescribe the output format used by the
DebeziumEngine. |
static <S,T,K extends SerializationFormat<S>,V extends SerializationFormat<T>> |
DebeziumEngine.create(KeyValueChangeEventFormat<K,V> format) |
| Modifier and Type | Method and Description |
|---|---|
static <K extends SerializationFormat<?>,V extends SerializationFormat<?>> |
KeyValueChangeEventFormat.of(Class<K> keyFormat,
Class<V> valueFormat)
Creates a change event format representing key and value using separate objects.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.