| Package | Description |
|---|---|
| io.debezium.engine | |
| io.debezium.engine.format |
| Modifier and Type | Method and Description |
|---|---|
DebeziumEngine.Builder<R> |
DebeziumEngine.Builder.asType(Class<? extends ChangeEventFormat<R>> format)
Prescribe the output format used by the
DebeziumEngine. |
static <T> DebeziumEngine.Builder<T> |
DebeziumEngine.create(Class<? extends ChangeEventFormat<T>> eventFormat)
Obtain a new
DebeziumEngine.Builder instance that can be used to construct runnable DebeziumEngine instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
Avro
A
ChangeEventFormat defining the Avro format serialized as byte[]. |
class |
CloudEvents
A
ChangeEventFormat defining the JSON format serialized as String. |
class |
Json
A
ChangeEventFormat defining the JSON format serialized as String. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.