Class EmptySequenceProcessor

All Implemented Interfaces:
EventListener, Processor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationListener

public class EmptySequenceProcessor extends SequenceProcessor
Convenience class for creating an empty workflow. Useful when a user wants to remove workflow behavior from Broadleaf. For instance, a user might want to subclass OrderService and provide their own implementation of addItem, but wants to invoke the super implementation of this method to obtain all functionality except executing the workflow since they want to take charge of the entire process themselves.
Author:
Phillip Verheyden (phillipuniverse)