Uses of Interface
io.debezium.connector.postgresql.connection.ReplicationMessage
-
-
Uses of ReplicationMessage in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as ReplicationMessage Modifier and Type Field Description private ReplicationMessagePostgresChangeRecordEmitter. messageConstructors in io.debezium.connector.postgresql with parameters of type ReplicationMessage Constructor Description PostgresChangeRecordEmitter(Partition partition, OffsetContext offset, Clock clock, PostgresConnectorConfig connectorConfig, PostgresSchema schema, PostgresConnection connection, TableId tableId, ReplicationMessage message) -
Uses of ReplicationMessage in io.debezium.connector.postgresql.connection
Classes in io.debezium.connector.postgresql.connection that implement ReplicationMessage Modifier and Type Class Description static classReplicationMessage.NoopMessageA special message type that is used to replace event filtered already atMessageDecoder.static classReplicationMessage.TransactionMessageclassTransactionMessageReplication message instance representing transaction demarcation events.Methods in io.debezium.connector.postgresql.connection with parameters of type ReplicationMessage Modifier and Type Method Description voidReplicationStream.ReplicationMessageProcessor. process(ReplicationMessage message)Processes the given replication message.Optional<Lsn>WalPositionLocator. resumeFromLsn(Lsn currentLsn, ReplicationMessage message) -
Uses of ReplicationMessage in io.debezium.connector.postgresql.connection.pgoutput
Classes in io.debezium.connector.postgresql.connection.pgoutput that implement ReplicationMessage Modifier and Type Class Description classPgOutputReplicationMessageclassPgOutputTruncateReplicationMessage -
Uses of ReplicationMessage in io.debezium.connector.postgresql.connection.pgproto
Classes in io.debezium.connector.postgresql.connection.pgproto that implement ReplicationMessage Modifier and Type Class Description (package private) classPgProtoReplicationMessageReplication message representing message sent by Postgres Decoderbufs> -
Uses of ReplicationMessage in io.debezium.connector.postgresql.connection.wal2json
Classes in io.debezium.connector.postgresql.connection.wal2json that implement ReplicationMessage Modifier and Type Class Description (package private) classWal2JsonReplicationMessageReplication message representing message sent by the wal2json logical decoding plug-in.
-