| Modifier and Type | Method and Description |
|---|---|
abstract MessageDecoder |
PostgresConnectorConfig.LogicalDecoder.messageDecoder(MessageDecoderConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageDecoder
Abstract implementation of
MessageDecoder that all decoders should inherit from. |
| Modifier and Type | Field and Description |
|---|---|
private MessageDecoder |
PostgresReplicationConnection.messageDecoder |
| Modifier and Type | Class and Description |
|---|---|
class |
PgOutputMessageDecoder
Decodes messages from the PG logical replication plug-in ("pgoutput").
|
| Modifier and Type | Class and Description |
|---|---|
class |
PgProtoMessageDecoder
ProtoBuf deserialization of message sent by Postgres Decoderbufs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NonStreamingWal2JsonMessageDecoder
A non-streaming version of JSON deserialization of a message sent by
wal2json logical decoding plugin.
|
class |
StreamingWal2JsonMessageDecoder
JSON deserialization of a message sent by
wal2json logical decoding plugin.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.