Package io.debezium.snapshot
Class SnapshotLockProviderTest.MockedObjects
java.lang.Object
io.debezium.snapshot.SnapshotLockProviderTest.MockedObjects
- Enclosing class:
- SnapshotLockProviderTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal io.debezium.config.Configurationfinal io.debezium.service.spi.ServiceRegistry -
Constructor Summary
ConstructorsConstructorDescriptionMockedObjects(io.debezium.config.Configuration configuration, io.debezium.service.spi.ServiceRegistry serviceRegistry) -
Method Summary
-
Field Details
-
configuration
public final io.debezium.config.Configuration configuration -
serviceRegistry
public final io.debezium.service.spi.ServiceRegistry serviceRegistry
-
-
Constructor Details
-
MockedObjects
MockedObjects(io.debezium.config.Configuration configuration, io.debezium.service.spi.ServiceRegistry serviceRegistry)
-