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