Package io.debezium.service.spi
Interface ServiceRegistryAware
Allows the injection of the
ServiceRegistry during service configuration.- Author:
- Chris Cranford
-
Method Summary
Modifier and TypeMethodDescriptionvoidinjectServiceRegistry(ServiceRegistry serviceRegistry) Callback to inject the service registry.
-
Method Details
-
injectServiceRegistry
Callback to inject the service registry.- Parameters:
serviceRegistry- the service registry
-