Uses of Class
io.debezium.connector.AbstractSourceInfo
Packages that use AbstractSourceInfo
-
Uses of AbstractSourceInfo in io.debezium.config
Fields in io.debezium.config with type parameters of type AbstractSourceInfoModifier and TypeFieldDescriptionprivate final SourceInfoStructMaker<? extends AbstractSourceInfo>CommonConnectorConfig.sourceInfoStructMakerMethods in io.debezium.config with type parameters of type AbstractSourceInfoModifier and TypeMethodDescription<T extends AbstractSourceInfo>
SourceInfoStructMaker<T>CommonConnectorConfig.getSourceInfoStructMaker()<T extends AbstractSourceInfo>
SourceInfoStructMaker<T>CommonConnectorConfig.getSourceInfoStructMaker(Field sourceInfoStructMakerField, String connector, String version, CommonConnectorConfig connectorConfig) -
Uses of AbstractSourceInfo in io.debezium.connector
Classes in io.debezium.connector with type parameters of type AbstractSourceInfoModifier and TypeClassDescriptionclassAbstractSourceInfoStructMaker<T extends AbstractSourceInfo>Common information provided by all connectors in either source field or offsets.classLegacy 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 AbstractSourceInfoModifier and TypeMethodDescriptionprotected SourceInfoStructMaker<AbstractSourceInfo>AbstractSourceInfo.structMaker() -
Uses of AbstractSourceInfo in io.debezium.connector.common
Subclasses of AbstractSourceInfo in io.debezium.connector.common