Class CompositeProcessEnginePlugin

  • All Implemented Interfaces:
    ProcessEnginePlugin

    public class CompositeProcessEnginePlugin
    extends AbstractProcessEnginePlugin
    ProcessEnginePlugin that provides composite behavior. When registered on an engine configuration, all plugins added to this composite will be triggered on preInit/postInit/postProcessEngineBuild.

    Use to encapsulate common behavior (like engine configuration).