Uses of Interface
io.debezium.processors.spi.PostProcessor
Packages that use PostProcessor
-
Uses of PostProcessor in io.debezium.processors
Fields in io.debezium.processors with type parameters of type PostProcessorModifier and TypeFieldDescriptionprivate final List<PostProcessor>PostProcessorRegistry.processorsMethods in io.debezium.processors that return types with arguments of type PostProcessorConstructor parameters in io.debezium.processors with type arguments of type PostProcessor -
Uses of PostProcessor in io.debezium.processors.reselect
Classes in io.debezium.processors.reselect that implement PostProcessorModifier and TypeClassDescriptionclassAn implementation of the DebeziumPostProcessorcontract that allows for the re-selection of columns that are populated with the unavailable value placeholder or that the user wishes to have re-queried with the latest state if the column's value happens to benull.