Class RunApplication
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.command.RunApplication
-
- All Implemented Interfaces:
Command<DeployApplicationRequest>
public class RunApplication extends Object implements Command<DeployApplicationRequest>
-
-
Constructor Summary
Constructors Constructor Description RunApplication(io.vertx.core.Vertx vertx, DeployConfig deployConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description rx.Observable<DeployApplicationRequest>executeAsync(DeployApplicationRequest request)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.jpoint.vertx.deploy.agent.command.Command
handleExitCode
-
-
-
-
Constructor Detail
-
RunApplication
public RunApplication(io.vertx.core.Vertx vertx, DeployConfig deployConfig)
-
-
Method Detail
-
executeAsync
public rx.Observable<DeployApplicationRequest> executeAsync(DeployApplicationRequest request)
- Specified by:
executeAsyncin interfaceCommand<DeployApplicationRequest>
-
-