Package io.debezium.snapshot.mode
Class BeanAwareSnapshotter
java.lang.Object
io.debezium.snapshot.mode.BeanAwareSnapshotter
- All Implemented Interfaces:
BeanRegistryAware
- Direct Known Subclasses:
AlwaysSnapshotter,InitialSnapshotter,NoDataSnapshotter,WhenNeededSnapshotter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinjectBeanRegistry(BeanRegistry beanRegistry) Callback to inject the bean registry.
-
Field Details
-
beanRegistry
-
-
Constructor Details
-
BeanAwareSnapshotter
public BeanAwareSnapshotter()
-
-
Method Details
-
injectBeanRegistry
Description copied from interface:BeanRegistryAwareCallback to inject the bean registry.- Specified by:
injectBeanRegistryin interfaceBeanRegistryAware- Parameters:
beanRegistry- the bean registry
-