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
Modifier and TypeMethodDescriptionbuildDeploymentHandler
(ProcessEngine processEngine) Creates aDeploymentHandler
instance.
-
Method Details
-
buildDeploymentHandler
Creates aDeploymentHandler
instance.- Parameters:
processEngine
- is theProcessEngine
where the Deployment is deployed to.- Returns:
- the
DeploymentHandler
implementation.
-