Class SpringEventRegistryEngineConfiguration

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.HasExpressionManagerEngineConfiguration, SpringEngineConfiguration, org.flowable.eventregistry.api.EventRegistryConfigurationApi, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

    public class SpringEventRegistryEngineConfiguration
    extends EventRegistryEngineConfiguration
    implements SpringEngineConfiguration
    Author:
    Tijs Rademakers, David Syer, Joram Barrez
    • Field Detail

      • transactionManager

        protected org.springframework.transaction.PlatformTransactionManager transactionManager
      • deploymentName

        protected String deploymentName
      • deploymentResources

        protected org.springframework.core.io.Resource[] deploymentResources
      • deploymentMode

        protected String deploymentMode
      • applicationContext

        protected org.springframework.context.ApplicationContext applicationContext
      • transactionSynchronizationAdapterOrder

        protected Integer transactionSynchronizationAdapterOrder
      • running

        protected volatile boolean running
      • enginesBuild

        protected List<String> enginesBuild
      • lifeCycleMonitor

        protected final Object lifeCycleMonitor
    • Constructor Detail

      • SpringEventRegistryEngineConfiguration

        public SpringEventRegistryEngineConfiguration()