| Interface | Description |
|---|---|
| CloudEventsConverter.CESchemaBuilder |
Builder of a CloudEvents envelope schema.
|
| CloudEventsConverter.CEValueBuilder |
Builder of a CloudEvents value.
|
| Class | Description |
|---|---|
| ByteBufferConverter |
A customized value converter to allow avro message to be delivered as it is (byte[]) to kafka, this is used
for outbox pattern where payload is serialized by KafkaAvroSerializer, the consumer need to get the deseralized payload.
|
| CloudEventsConverter |
Implementation of Converter that express schemas and objects with CloudEvents specification.
|
| CloudEventsConverterConfig |
Configuration options for
CloudEventsConverter instances. |
| CloudEventsMaker |
An abstract class that builds CloudEvents attributes using fields of change records provided by
RecordParser. |
| CloudEventsMaker.FieldName |
The constants for the names of CloudEvents attributes.
|
| CloudEventsMaker.MongodbCloudEventsMaker |
CloudEvents maker for records produced by MongoDB connector.
|
| CloudEventsMaker.MysqlCloudEventsMaker |
CloudEvents maker for records produced by MySQL connector.
|
| CloudEventsMaker.PostgresCloudEventsMaker |
CloudEvents maker for records produced by PostgreSQL connector.
|
| CloudEventsMaker.SqlserverCloudEventsMaker |
CloudEvents maker for records produced by SQL Server connector.
|
| RecordParser |
An abstract parser of change records.
|
| RecordParser.MongodbRecordParser |
Parser for records produced by MongoDB connectors.
|
| RecordParser.MysqlRecordParser |
Parser for records produced by MySQL connectors.
|
| RecordParser.PostgresRecordParser |
Parser for records produced by PostgreSQL connectors.
|
| RecordParser.SqlserverRecordParser |
Parser for records produced by Sql Server connectors.
|
| Enum | Description |
|---|---|
| SerializerType |
A set of available serializer types for CloudEvents or the data attribute of CloudEvents.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.