Package io.debezium.annotation
Annotation Type ConnectorSpecific
Marks a class to be connector specific SPI implementation.
Used in combination with SPI loading mechanism where different implementation, of same interface,
is provided by different connectors.
Marking an implementation with this annotation will instruct SnapshotLockProvider and SnapshotQueryProvider
which implementation to load.
-
Required Element Summary
Required Elements
-
Element Details
-
connector
Class<? extends BaseSourceConnector> connector
-