Uses of Interface
io.debezium.connector.postgresql.connection.MessageDecoder
Packages that use MessageDecoder
Package
Description
-
Uses of MessageDecoder in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return MessageDecoderModifier and TypeMethodDescriptionabstract MessageDecoderPostgresConnectorConfig.LogicalDecoder.messageDecoder(MessageDecoderContext config, PostgresConnection connection) -
Uses of MessageDecoder in io.debezium.connector.postgresql.connection
Classes in io.debezium.connector.postgresql.connection that implement MessageDecoderModifier and TypeClassDescriptionclassAbstract implementation ofMessageDecoderthat all decoders should inherit from.Fields in io.debezium.connector.postgresql.connection declared as MessageDecoderModifier and TypeFieldDescriptionprivate final MessageDecoderPostgresReplicationConnection.messageDecoder -
Uses of MessageDecoder in io.debezium.connector.postgresql.connection.pgoutput
Classes in io.debezium.connector.postgresql.connection.pgoutput that implement MessageDecoderModifier and TypeClassDescriptionclassDecodes messages from the PG logical replication plug-in ("pgoutput"). -
Uses of MessageDecoder in io.debezium.connector.postgresql.connection.pgproto
Classes in io.debezium.connector.postgresql.connection.pgproto that implement MessageDecoderModifier and TypeClassDescriptionclassProtoBuf deserialization of message sent by Postgres Decoderbufs.