Class MessageDecoderContext
- java.lang.Object
-
- io.debezium.connector.postgresql.connection.MessageDecoderContext
-
public class MessageDecoderContext extends Object
Contextual data required byMessageDecoders.- Author:
- Chris Cranford
-
-
Field Summary
Fields Modifier and Type Field Description private PostgresConnectorConfigconfigprivate PostgresSchemaschema
-
Constructor Summary
Constructors Constructor Description MessageDecoderContext(PostgresConnectorConfig config, PostgresSchema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostgresConnectorConfiggetConfig()PostgresSchemagetSchema()
-
-
-
Field Detail
-
config
private final PostgresConnectorConfig config
-
schema
private final PostgresSchema schema
-
-
Constructor Detail
-
MessageDecoderContext
public MessageDecoderContext(PostgresConnectorConfig config, PostgresSchema schema)
-
-
Method Detail
-
getConfig
public PostgresConnectorConfig getConfig()
-
getSchema
public PostgresSchema getSchema()
-
-