| Interface | Description |
|---|---|
| ChangeEventFormat<V extends SerializationFormat<?>> |
Describes a change event output format comprising just of a single value.
|
| KeyValueChangeEventFormat<K extends SerializationFormat<?>,V extends SerializationFormat<?>> |
Describes a change event output format comprising a key and a value.
|
| SerializationFormat<T> |
The logical description of the output format used by the given instance of
DebeziumEngine. |
| Class | Description |
|---|---|
| Avro |
A
SerializationFormat defining the Avro format serialized as byte[]. |
| CloudEvents |
A
SerializationFormat defining the CloudEvents format serialized as String. |
| Json |
A
SerializationFormat defining the JSON format serialized as String. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.