public interface DeploymentHandler
DeploymentUnit
(Stream/Job) to/from the container.
The deployment handler assumes the deployment unit (Stream/Job) definitions are persisted in the
corresponding repositories.Modifier and Type | Method and Description |
---|---|
void |
deploy(java.lang.String deploymentUnitName)
Deploy the
DeploymentUnit with the given name. |
void |
undeploy(java.lang.String deploymentUnitName)
Un-deploy the
DeploymentUnit with the given name. |
void deploy(java.lang.String deploymentUnitName) throws java.lang.Exception
DeploymentUnit
with the given name.deploymentUnitName
- the deployment unit namejava.lang.Exception
void undeploy(java.lang.String deploymentUnitName) throws java.lang.Exception
DeploymentUnit
with the given name.deploymentUnitName
- the deployment unit namejava.lang.Exception