Class AbstractEventAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<EventRegistryEngine>
org.flowable.eventregistry.spring.autodeployment.AbstractEventAutoDeploymentStrategy
- All Implemented Interfaces:
AutoDeploymentStrategy<EventRegistryEngine>
- Direct Known Subclasses:
DefaultAutoDeploymentStrategy,ResourceParentFolderAutoDeploymentStrategy,SingleResourceAutoDeploymentStrategy
public abstract class AbstractEventAutoDeploymentStrategy
extends CommonAutoDeploymentStrategy<EventRegistryEngine>
Abstract base class for implementations of
AutoDeploymentStrategy.-
Field Summary
Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger -
Constructor Summary
ConstructorsConstructorDescriptionAbstractEventAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddResource(org.springframework.core.io.Resource resource, String resourceName, org.flowable.eventregistry.api.EventDeploymentBuilder deploymentBuilder) protected voidaddResource(org.springframework.core.io.Resource resource, org.flowable.eventregistry.api.EventDeploymentBuilder deploymentBuilder) protected org.flowable.common.engine.impl.lock.LockManagergetLockManager(EventRegistryEngine engine, String deploymentNameHint) Methods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deployResources, deployResourcesInternal, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentMode, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
-
Constructor Details
-
AbstractEventAutoDeploymentStrategy
public AbstractEventAutoDeploymentStrategy() -
AbstractEventAutoDeploymentStrategy
-
-
Method Details
-
getLockManager
protected org.flowable.common.engine.impl.lock.LockManager getLockManager(EventRegistryEngine engine, String deploymentNameHint) - Specified by:
getLockManagerin classCommonAutoDeploymentStrategy<EventRegistryEngine>
-
addResource
protected void addResource(org.springframework.core.io.Resource resource, org.flowable.eventregistry.api.EventDeploymentBuilder deploymentBuilder) -
addResource
protected void addResource(org.springframework.core.io.Resource resource, String resourceName, org.flowable.eventregistry.api.EventDeploymentBuilder deploymentBuilder)
-