Class CompoundProcessor

  • All Implemented Interfaces:
    Processor

    public class CompoundProcessor
    extends Object
    implements Processor
    A Processor that executes a list of other "processors". It executes a separate list of "onFailureProcessors" when any of the processors throw an Exception.