Uses of Class
io.debezium.data.Envelope
-
Packages that use Envelope Package Description io.debezium.data io.debezium.relational io.debezium.schema -
-
Uses of Envelope in io.debezium.data
Methods in io.debezium.data that return Envelope Modifier and Type Method Description EnvelopeEnvelope.Builder. build()Create the message envelope descriptor.static EnvelopeEnvelope. fromSchema(org.apache.kafka.connect.data.Schema schema) -
Uses of Envelope in io.debezium.relational
Fields in io.debezium.relational declared as Envelope Modifier and Type Field Description private EnvelopeTableSchema. envelopeSchemaMethods in io.debezium.relational that return Envelope Modifier and Type Method Description EnvelopeTableSchema. getEnvelopeSchema()Get theSchemathat represents the entire value of messages for the table, i.e.Constructors in io.debezium.relational with parameters of type Envelope Constructor Description TableSchema(TableId id, org.apache.kafka.connect.data.Schema keySchema, StructGenerator keyGenerator, Envelope envelopeSchema, org.apache.kafka.connect.data.Schema valueSchema, StructGenerator valueGenerator)Create an instance with the specifiedSchemas for the keys and values, and the functions that generate the key and value for a given row of data. -
Uses of Envelope in io.debezium.schema
Methods in io.debezium.schema that return Envelope Modifier and Type Method Description EnvelopeDataCollectionSchema. getEnvelopeSchema()
-