public class DefaultAutoDeploymentStrategy extends AbstractServiceRegistryAutoDeploymentStrategy
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
autoDeployTenants |
static String |
DEPLOYMENT_MODE
The deployment mode this strategy handles.
|
| Constructor and Description |
|---|
DefaultAutoDeploymentStrategy() |
DefaultAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties,
Set<String> autoDeployTenants) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<org.springframework.core.io.Resource> |
collectDeployments(org.springframework.core.io.Resource[] resources,
ServiceResourceConverter serviceResourceConverter) |
protected void |
deploy(String deploymentNameHint,
Collection<org.springframework.core.io.Resource> resources,
ServiceRegistryRepositoryService serviceRepositoryService,
String tenantId) |
protected void |
deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
ServiceRegistryEngine engine) |
protected String |
getDeploymentMode() |
addResource, addResource, getLockManagerdeployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentPropertiespublic static final String DEPLOYMENT_MODE
protected String getDeploymentMode()
getDeploymentMode in class org.flowable.common.spring.CommonAutoDeploymentStrategy<ServiceRegistryEngine>protected void deployResourcesInternal(String deploymentNameHint, org.springframework.core.io.Resource[] resources, ServiceRegistryEngine engine)
deployResourcesInternal in class org.flowable.common.spring.CommonAutoDeploymentStrategy<ServiceRegistryEngine>protected void deploy(String deploymentNameHint, Collection<org.springframework.core.io.Resource> resources, ServiceRegistryRepositoryService serviceRepositoryService, String tenantId)
protected Collection<org.springframework.core.io.Resource> collectDeployments(org.springframework.core.io.Resource[] resources, ServiceResourceConverter serviceResourceConverter)
Copyright © 2019. All rights reserved.