Class CompositeProcessEnginePlugin

java.lang.Object
org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
org.camunda.bpm.engine.impl.cfg.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).