Uses of Interface
io.debezium.connector.SourceInfoStructMaker
-
Packages that use SourceInfoStructMaker Package Description io.debezium.config io.debezium.connector -
-
Uses of SourceInfoStructMaker in io.debezium.config
Fields in io.debezium.config declared as SourceInfoStructMaker Modifier and Type Field Description private SourceInfoStructMaker<? extends AbstractSourceInfo>CommonConnectorConfig. sourceInfoStructMakerMethods in io.debezium.config that return SourceInfoStructMaker Modifier and Type Method Description <T extends AbstractSourceInfo>
SourceInfoStructMaker<T>CommonConnectorConfig. getSourceInfoStructMaker()protected abstract SourceInfoStructMaker<?>CommonConnectorConfig. getSourceInfoStructMaker(CommonConnectorConfig.Version version)Returns the connector-specificSourceInfoStructMakerbased on the given configuration. -
Uses of SourceInfoStructMaker in io.debezium.connector
Classes in io.debezium.connector that implement SourceInfoStructMaker Modifier and Type Class Description classAbstractSourceInfoStructMaker<T extends AbstractSourceInfo>Common information provided by all connectors in either source field or offsets.classLegacyV1AbstractSourceInfoStructMaker<T extends AbstractSourceInfo>Legacy source info that does not enforce presence of the version and connector fieldsMethods in io.debezium.connector that return SourceInfoStructMaker Modifier and Type Method Description protected SourceInfoStructMaker<AbstractSourceInfo>AbstractSourceInfo. structMaker()
-