Uses of Interface
io.debezium.connector.SourceInfoStructMaker
Packages that use SourceInfoStructMaker
-
Uses of SourceInfoStructMaker in io.debezium.config
Fields in io.debezium.config declared as SourceInfoStructMakerModifier and TypeFieldDescriptionprivate final SourceInfoStructMaker<? extends AbstractSourceInfo>CommonConnectorConfig.sourceInfoStructMakerMethods in io.debezium.config that return SourceInfoStructMakerModifier and TypeMethodDescription<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 SourceInfoStructMakerModifier 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 fieldsMethods in io.debezium.connector that return SourceInfoStructMakerModifier and TypeMethodDescriptionprotected SourceInfoStructMaker<AbstractSourceInfo>AbstractSourceInfo.structMaker()