Class PostProcessors


  • public class PostProcessors
    extends Object
    Factory class for post processors. We use startsWith on the identity so we have to be careful when one post processor's identity is a substring of another. If possible, avoid
    Author:
    mshankar
    • Field Detail

      • DEFAULT_SUMMARIZING_INTERVAL

        public static final int DEFAULT_SUMMARIZING_INTERVAL
        See Also:
        Constant Field Values
    • Constructor Detail

      • PostProcessors

        public PostProcessors()
    • Method Detail

      • findPostProcessor

        public static PostProcessor findPostProcessor​(String postProcessorUserArg)