Package io.debezium.processors
Class PostProcessorRegistry
java.lang.Object
io.debezium.processors.PostProcessorRegistry
- All Implemented Interfaces:
Service,Startable,Closeable,AutoCloseable
@ThreadSafe
public class PostProcessorRegistry
extends Object
implements Service, Startable, Closeable
Registry of all post processors that are provided by the connector configuration.
- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidsetBeanRegistry(BeanRegistry beanRegistry) voidstart()Request the service to start.
-
Field Details
-
processors
-
beanRegistry
-
-
Constructor Details
-
PostProcessorRegistry
-
-
Method Details