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