Class DefaultEventRegistryDefinitionAutoDeployer

java.lang.Object
com.flowable.platform.common.deployer.CommonAutoDeployer
com.flowable.platform.common.deployer.DefaultEventRegistryDefinitionAutoDeployer
All Implemented Interfaces:
Lifecycle, Phased, SmartLifecycle

public class DefaultEventRegistryDefinitionAutoDeployer extends CommonAutoDeployer
  • Field Details

    • DEFAULT_DEPLOYMENT_NAME

      public static final String DEFAULT_DEPLOYMENT_NAME
      See Also:
    • eventRegistryEngineConfiguration

      protected org.flowable.eventregistry.impl.EventRegistryEngineConfiguration eventRegistryEngineConfiguration
    • deploymentName

      protected String deploymentName
    • autoDeployTenants

      protected final Set<String> autoDeployTenants
  • Constructor Details

    • DefaultEventRegistryDefinitionAutoDeployer

      public DefaultEventRegistryDefinitionAutoDeployer(Collection<Resource> eventRegistryResources, org.flowable.eventregistry.impl.EventRegistryEngineConfiguration eventRegistryEngineConfiguration, Set<String> autoDeployTenants, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
      Parameters:
      eventRegistryResources - the resources that should be deployed
      eventRegistryEngineConfiguration - the engine configuration
      autoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)
    • DefaultEventRegistryDefinitionAutoDeployer

      public DefaultEventRegistryDefinitionAutoDeployer(Collection<Resource> eventRegistryResources, org.flowable.eventregistry.impl.EventRegistryEngineConfiguration eventRegistryEngineConfiguration, String deploymentName, Set<String> autoDeployTenants, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
      Parameters:
      eventRegistryResources - the resources that should be deployed
      eventRegistryEngineConfiguration - the engine configuration
      deploymentName - the name of the deployment
      autoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)
  • Method Details