Class MySqlSnapshotLockProvider
java.lang.Object
io.debezium.connector.mysql.snapshot.MySqlSnapshotLockProvider
- All Implemented Interfaces:
ServiceProvider<SnapshotLock>
An implementation of the
ServiceProvider contract for the SnapshotLock.- Author:
- Mario Fiore Vitale
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateService(Configuration configuration, ServiceRegistry serviceRegistry)
-
Constructor Details
-
MySqlSnapshotLockProvider
public MySqlSnapshotLockProvider()
-
-
Method Details
-
createService
- Specified by:
createServicein interfaceServiceProvider<SnapshotLock>
-
getServiceClass
- Specified by:
getServiceClassin interfaceServiceProvider<SnapshotLock>
-