Class DefaultPlatformAutoDeploymentStrategy

java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<PlatformEngine>
com.flowable.platform.engine.autodeployment.AbstractPlatformAutoDeploymentStrategy
com.flowable.platform.engine.autodeployment.DefaultPlatformAutoDeploymentStrategy
All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<PlatformEngine>

public class DefaultPlatformAutoDeploymentStrategy extends AbstractPlatformAutoDeploymentStrategy
Author:
Yvo Swillens
  • Field Details

    • DEPLOYMENT_MODE

      public static final String DEPLOYMENT_MODE
      The deployment mode this strategy handles.
      See Also:
    • autoDeployTenants

      protected final Set<String> autoDeployTenants
  • Constructor Details

    • DefaultPlatformAutoDeploymentStrategy

      public DefaultPlatformAutoDeploymentStrategy()
    • DefaultPlatformAutoDeploymentStrategy

      public DefaultPlatformAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Set<String> autoDeployTenants)
  • Method Details