public class InProcessModuleDeployer extends Object implements org.springframework.cloud.dataflow.module.deployer.ModuleDeployer
ModuleDeployer that will launch a module in-process.| Constructor and Description |
|---|
InProcessModuleDeployer(org.springframework.cloud.stream.module.launcher.ModuleLauncher launcher) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.dataflow.core.ModuleDeploymentId |
deploy(org.springframework.cloud.dataflow.core.ModuleDeploymentRequest request) |
Map<org.springframework.cloud.dataflow.core.ModuleDeploymentId,org.springframework.cloud.dataflow.module.ModuleStatus> |
status() |
org.springframework.cloud.dataflow.module.ModuleStatus |
status(org.springframework.cloud.dataflow.core.ModuleDeploymentId id) |
void |
undeploy(org.springframework.cloud.dataflow.core.ModuleDeploymentId id) |
public InProcessModuleDeployer(org.springframework.cloud.stream.module.launcher.ModuleLauncher launcher)
public org.springframework.cloud.dataflow.core.ModuleDeploymentId deploy(org.springframework.cloud.dataflow.core.ModuleDeploymentRequest request)
deploy in interface org.springframework.cloud.dataflow.module.deployer.ModuleDeployerpublic void undeploy(org.springframework.cloud.dataflow.core.ModuleDeploymentId id)
undeploy in interface org.springframework.cloud.dataflow.module.deployer.ModuleDeployerpublic org.springframework.cloud.dataflow.module.ModuleStatus status(org.springframework.cloud.dataflow.core.ModuleDeploymentId id)
status in interface org.springframework.cloud.dataflow.module.deployer.ModuleDeployerpublic Map<org.springframework.cloud.dataflow.core.ModuleDeploymentId,org.springframework.cloud.dataflow.module.ModuleStatus> status()
status in interface org.springframework.cloud.dataflow.module.deployer.ModuleDeployerCopyright © 2015 Pivotal Software, Inc.. All rights reserved.