public class SqlServerSchemaChangeEventEmitter extends Object implements io.debezium.pipeline.spi.SchemaChangeEventEmitter
SchemaChangeEventEmitter implementation based on SQL Server.| Modifier and Type | Field and Description |
|---|---|
private ChangeTable |
changeTable |
private static org.slf4j.Logger |
LOGGER |
private SqlServerOffsetContext |
offsetContext |
private io.debezium.relational.Table |
tableSchema |
| Constructor and Description |
|---|
SqlServerSchemaChangeEventEmitter(SqlServerOffsetContext offsetContext,
ChangeTable changeTable,
io.debezium.relational.Table tableSchema) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitSchemaChangeEvent(io.debezium.pipeline.spi.SchemaChangeEventEmitter.Receiver receiver) |
private static final org.slf4j.Logger LOGGER
private final SqlServerOffsetContext offsetContext
private final ChangeTable changeTable
private final io.debezium.relational.Table tableSchema
public SqlServerSchemaChangeEventEmitter(SqlServerOffsetContext offsetContext, ChangeTable changeTable, io.debezium.relational.Table tableSchema)
public void emitSchemaChangeEvent(io.debezium.pipeline.spi.SchemaChangeEventEmitter.Receiver receiver)
throws InterruptedException
emitSchemaChangeEvent in interface io.debezium.pipeline.spi.SchemaChangeEventEmitterInterruptedExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.