Interface DeploymentHandlerFactory
-
- All Known Implementing Classes:
DefaultDeploymentHandlerFactory
public interface DeploymentHandlerFactory
Builds the
DeploymentHandler
for determining of the deployment process for the Process Engine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentHandler
buildDeploymentHandler(ProcessEngine processEngine)
Creates aDeploymentHandler
instance.
-
-
-
Method Detail
-
buildDeploymentHandler
DeploymentHandler buildDeploymentHandler(ProcessEngine processEngine)
Creates aDeploymentHandler
instance.- Parameters:
processEngine
- is theProcessEngine
where the Deployment is deployed to.- Returns:
- the
DeploymentHandler
implementation.
-
-