Package io.debezium.bean.spi
Interface BeanRegistryAware
- All Known Implementing Classes:
AlwaysSnapshotter
,BeanAwareSnapshotter
,ConfigurationBasedSnapshotter
,InitialOnlySnapshotter
,InitialSnapshotter
,NoDataSnapshotter
,RecoverySnapshotter
,ReselectColumnsPostProcessor
,SchemaOnlyRecoverySnapshotter
,SchemaOnlySnapshotter
,WhenNeededSnapshotter
public interface BeanRegistryAware
Allows the injection of the
BeanRegistry
during service configuration.- Author:
- Chris Cranford
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectBeanRegistry
(BeanRegistry beanRegistry) Callback to inject the bean registry.
-
Method Details
-
injectBeanRegistry
Callback to inject the bean registry.- Parameters:
beanRegistry
- the bean registry
-