| Modifier and Type | Field and Description |
|---|---|
private ReplicationMessage |
PostgresChangeRecordEmitter.message |
| Constructor and Description |
|---|
PostgresChangeRecordEmitter(OffsetContext offset,
Clock clock,
PostgresConnectorConfig connectorConfig,
PostgresSchema schema,
PostgresConnection connection,
ReplicationMessage message) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicationMessage.NoopMessage
A special message type that is used to replace event filtered already at
MessageDecoder. |
static class |
ReplicationMessage.TransactionMessage |
class |
TransactionMessage
Replication message instance representing transaction demarcation events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationStream.ReplicationMessageProcessor.process(ReplicationMessage message)
Processes the given replication message.
|
Optional<Lsn> |
WalPositionLocator.resumeFromLsn(Lsn currentLsn,
ReplicationMessage message) |
| Modifier and Type | Class and Description |
|---|---|
class |
PgOutputReplicationMessage |
class |
PgOutputTruncateReplicationMessage |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PgProtoReplicationMessage
Replication message representing message sent by Postgres Decoderbufs>
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Wal2JsonReplicationMessage
Replication message representing message sent by the wal2json logical decoding plug-in.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.