Uses of Class
io.debezium.connector.AbstractSourceInfo
-
Packages that use AbstractSourceInfo Package Description io.debezium.config io.debezium.connector io.debezium.connector.common -
-
Uses of AbstractSourceInfo in io.debezium.config
Fields in io.debezium.config with type parameters of type AbstractSourceInfo Modifier and Type Field Description private SourceInfoStructMaker<? extends AbstractSourceInfo>CommonConnectorConfig. sourceInfoStructMakerMethods in io.debezium.config with type parameters of type AbstractSourceInfo Modifier and Type Method Description <T extends AbstractSourceInfo>
SourceInfoStructMaker<T>CommonConnectorConfig. getSourceInfoStructMaker() -
Uses of AbstractSourceInfo in io.debezium.connector
Classes in io.debezium.connector with type parameters of type AbstractSourceInfo 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 fieldsinterfaceSourceInfoStructMaker<T extends AbstractSourceInfo>Converts the connector SourceInfo into publicly visible source field of the message.Methods in io.debezium.connector that return types with arguments of type AbstractSourceInfo Modifier and Type Method Description protected SourceInfoStructMaker<AbstractSourceInfo>AbstractSourceInfo. structMaker() -
Uses of AbstractSourceInfo in io.debezium.connector.common
Subclasses of AbstractSourceInfo in io.debezium.connector.common Modifier and Type Class Description classBaseSourceInfo
-