Package io.debezium.bean.spi
Interface BeanRegistryAware
- All Known Implementing Classes:
AlwaysSnapshotter,BeanAwareSnapshotter,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 TypeMethodDescriptionvoidinjectBeanRegistry(BeanRegistry beanRegistry) Callback to inject the bean registry.
-
Method Details
-
injectBeanRegistry
Callback to inject the bean registry.- Parameters:
beanRegistry- the bean registry
-