Uses of Interface
io.debezium.bean.spi.BeanRegistry
Packages that use BeanRegistry
Package
Description
-
Uses of BeanRegistry in io.debezium.bean
Classes in io.debezium.bean that implement BeanRegistry -
Uses of BeanRegistry in io.debezium.bean.spi
Methods in io.debezium.bean.spi with parameters of type BeanRegistryModifier and TypeMethodDescriptionvoidBeanRegistryAware.injectBeanRegistry(BeanRegistry beanRegistry) Callback to inject the bean registry. -
Uses of BeanRegistry in io.debezium.config
Methods in io.debezium.config that return BeanRegistry -
Uses of BeanRegistry in io.debezium.processors
Fields in io.debezium.processors declared as BeanRegistryMethods in io.debezium.processors with parameters of type BeanRegistryModifier and TypeMethodDescriptionvoidPostProcessorRegistry.setBeanRegistry(BeanRegistry beanRegistry) -
Uses of BeanRegistry in io.debezium.processors.reselect
Methods in io.debezium.processors.reselect with parameters of type BeanRegistryModifier and TypeMethodDescriptionvoidReselectColumnsPostProcessor.injectBeanRegistry(BeanRegistry beanRegistry) -
Uses of BeanRegistry in io.debezium.service
Constructors in io.debezium.service with parameters of type BeanRegistryModifierConstructorDescriptionDefaultServiceRegistry(Configuration configuration, BeanRegistry beanRegistry) Creates the default service registry, which registers theBeanRegistryas a service. -
Uses of BeanRegistry in io.debezium.snapshot
Methods in io.debezium.snapshot with parameters of type BeanRegistryModifier and TypeMethodDescriptionprivate static SnapshotterServiceSnapshotterServiceProvider.getSnapshotterService(Configuration configuration, Snapshotter s, BeanRegistry beanRegistry, SnapshotQuery snapshotQueryService, SnapshotLock snapshotLockService) abstract StringSnapshotLockProvider.snapshotLockingMode(BeanRegistry beanRegistry) abstract StringSnapshotterServiceProvider.snapshotMode(BeanRegistry beanRegistry) -
Uses of BeanRegistry in io.debezium.snapshot.mode
Fields in io.debezium.snapshot.mode declared as BeanRegistryMethods in io.debezium.snapshot.mode with parameters of type BeanRegistryModifier and TypeMethodDescriptionvoidBeanAwareSnapshotter.injectBeanRegistry(BeanRegistry beanRegistry)