Class SingleResourceAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<EventRegistryEngine>
org.flowable.eventregistry.spring.autodeployment.AbstractEventAutoDeploymentStrategy
org.flowable.eventregistry.spring.autodeployment.SingleResourceAutoDeploymentStrategy
- All Implemented Interfaces:
AutoDeploymentStrategy<EventRegistryEngine>
Implementation of
AutoDeploymentStrategy
that performs a separate deployment for each resource by name.-
Field Summary
FieldsFields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger -
Constructor Summary
ConstructorsConstructorDescriptionSingleResourceAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeployResourcesInternal(String deploymentNameHint, org.springframework.core.io.Resource[] resources, EventRegistryEngine engine) protected StringMethods inherited from class org.flowable.eventregistry.spring.autodeployment.AbstractEventAutoDeploymentStrategy
addResource, addResource, getLockManagerMethods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
-
Field Details
-
DEPLOYMENT_MODE
The deployment mode this strategy handles.- See Also:
-
-
Constructor Details
-
SingleResourceAutoDeploymentStrategy
public SingleResourceAutoDeploymentStrategy() -
SingleResourceAutoDeploymentStrategy
-
-
Method Details
-
getDeploymentMode
- Specified by:
getDeploymentModein classCommonAutoDeploymentStrategy<EventRegistryEngine>
-
deployResourcesInternal
protected void deployResourcesInternal(String deploymentNameHint, org.springframework.core.io.Resource[] resources, EventRegistryEngine engine) - Specified by:
deployResourcesInternalin classCommonAutoDeploymentStrategy<EventRegistryEngine>
-