Package io.debezium.connector.binlog.event
package io.debezium.connector.binlog.event
-
ClassesClassDescriptionEvent data for an event of type
EventType.INCIDENTthat represents a failure to deserialize a binlog event.Custom deserializers for the binlog client library.A specialization ofDeleteRowsEventDataDeserializerthat convertsDATE,TIME,DATETIME, andTIMESTAMPvalues toLocalDate,LocalTime,LocalDateTime, andOffsetDateTimeobjects, respectively.A specialization ofUpdateRowsEventDataDeserializerthat convertsDATE,TIME,DATETIME, andTIMESTAMPvalues toLocalDate,LocalTime,LocalDateTime, andOffsetDateTimeobjects, respectively.A specialization ofWriteRowsEventDataDeserializerthat convertsDATE,TIME,DATETIME, andTIMESTAMPvalues toLocalDate,LocalTime,LocalDateTime, andOffsetDateTimeobjects, respectively.Indicates a stop event requested.A deserializer that decodesStopEventData.