public class MessageDecoderConfig extends Object
MessageDecoder| Modifier and Type | Field and Description |
|---|---|
private Configuration |
configuration |
private boolean |
doSnapshot |
private boolean |
exportedSnapshot |
private String |
publicationName |
private PostgresSchema |
schema |
private PostgresConnectorConfig.TruncateHandlingMode |
truncateHandlingMode |
| Constructor and Description |
|---|
MessageDecoderConfig(Configuration configuration,
PostgresSchema schema,
String publicationName,
boolean exportedSnapshot,
boolean doSnapshot,
PostgresConnectorConfig.TruncateHandlingMode truncateHandlingMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doSnapshot() |
boolean |
exportedSnapshot() |
Configuration |
getConfiguration() |
String |
getPublicationName() |
PostgresSchema |
getSchema() |
PostgresConnectorConfig.TruncateHandlingMode |
getTruncateHandlingMode() |
private final Configuration configuration
private final PostgresSchema schema
private final String publicationName
private final boolean exportedSnapshot
private final boolean doSnapshot
private final PostgresConnectorConfig.TruncateHandlingMode truncateHandlingMode
public MessageDecoderConfig(Configuration configuration, PostgresSchema schema, String publicationName, boolean exportedSnapshot, boolean doSnapshot, PostgresConnectorConfig.TruncateHandlingMode truncateHandlingMode)
public Configuration getConfiguration()
public PostgresSchema getSchema()
public String getPublicationName()
public boolean exportedSnapshot()
public boolean doSnapshot()
public PostgresConnectorConfig.TruncateHandlingMode getTruncateHandlingMode()
Copyright © 2021 JBoss by Red Hat. All rights reserved.