Uses of Class
io.debezium.pipeline.source.spi.EventFormatter
-
Packages that use EventFormatter Package Description io.debezium.pipeline.source.spi -
-
Uses of EventFormatter in io.debezium.pipeline.source.spi
Methods in io.debezium.pipeline.source.spi that return EventFormatter Modifier and Type Method Description EventFormatterEventFormatter. key(Object key)EventFormatterEventFormatter. sourcePosition(Map<String,String> sourcePosition)EventFormatterEventFormatter. value(org.apache.kafka.connect.data.Struct value)
-