Skip to main content

clear_post_processors

Function clear_post_processors 

Source
pub fn clear_post_processors() -> Result<()>
Expand description

Remove all registered post-processors.

~keep The next post-processed extraction restores enabled built-in processors before it snapshots the processor cache. Custom processors remain removed. Use unregister_post_processor when one named processor should remain absent while the rest of the registry stays intact. Returns a retryable in-use error when an extraction is executing a processor snapshot. ~keep