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 |
| Constructor and Description |
|---|
MessageDecoderConfig(Configuration configuration,
PostgresSchema schema,
String publicationName,
boolean exportedSnapshot,
boolean doSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doSnapshot() |
boolean |
exportedSnapshot() |
Configuration |
getConfiguration() |
String |
getPublicationName() |
PostgresSchema |
getSchema() |
private final Configuration configuration
private final PostgresSchema schema
private final String publicationName
private final boolean exportedSnapshot
private final boolean doSnapshot
public MessageDecoderConfig(Configuration configuration, PostgresSchema schema, String publicationName, boolean exportedSnapshot, boolean doSnapshot)
public Configuration getConfiguration()
public PostgresSchema getSchema()
public String getPublicationName()
public boolean exportedSnapshot()
public boolean doSnapshot()
Copyright © 2020 JBoss by Red Hat. All rights reserved.