Class AbstractEngineConfigurator<E extends Engine>

java.lang.Object
org.flowable.common.engine.impl.AbstractEngineConfigurator<E>
All Implemented Interfaces:
EngineConfigurator
Direct Known Subclasses:
CmmnEngineConfigurator, DmnEngineConfigurator, EventRegistryEngineConfigurator, ProcessEngineConfigurator

public abstract class AbstractEngineConfigurator<E extends Engine> extends Object implements EngineConfigurator
Convenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.
Author:
Joram Barrez