public interface DeploymentHandlerFactory
Builds the DeploymentHandler
for determining of the deployment process for the
Process Engine.
Modifier and Type | Method and Description |
---|---|
DeploymentHandler |
buildDeploymentHandler(ProcessEngine processEngine)
Creates a
DeploymentHandler instance. |
DeploymentHandler buildDeploymentHandler(ProcessEngine processEngine)
DeploymentHandler
instance.processEngine
- is the ProcessEngine
where the Deployment is deployed to.DeploymentHandler
implementation.Copyright © 2022. All rights reserved.