Uses of Annotation Interface
io.debezium.common.annotation.Incubating
Packages that use Incubating
Package
Description
-
Uses of Incubating in io.debezium.engine
Classes in io.debezium.engine with annotations of type IncubatingModifier and TypeClassDescriptionstatic final recordA record representing signal sent to the engine viaDebeziumEngine.Signaler.static interfaceSignaler defines the contract for sending signals to connector tasks.Methods in io.debezium.engine with annotations of type Incubating -
Uses of Incubating in io.debezium.spi.common
Classes in io.debezium.spi.common with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceFunction used to determine the replacement for a character that is not valid per Avro rules. -
Uses of Incubating in io.debezium.spi.converter
Classes in io.debezium.spi.converter with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceAn the base interface for a converted field that provides naming characteristics.interfaceCustomConverter<S,F extends ConvertedField> An interface that allows the user to customize how a value will be converted for a given field.interfaceA definition of a converted relational column. -
Uses of Incubating in io.debezium.spi.snapshot
Classes in io.debezium.spi.snapshot with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceSnapshotteris used to determine the following details about the snapshot process: -
Uses of Incubating in io.debezium.spi.topic
Classes in io.debezium.spi.topic with annotations of type IncubatingModifier and TypeInterfaceDescriptioninterfaceTopicNamingStrategy<I extends DataCollectionId>An interface that defines the topic naming strategy, including DataChange, SchemaChange, Transaction, Heartbeat events etc.