Class AwsAsRegisterInstance
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.aws.state.AwsAsRegisterInstance
-
- All Implemented Interfaces:
Command<DeployRequest>
public class AwsAsRegisterInstance extends Object implements Command<DeployRequest>
-
-
Constructor Summary
Constructors Constructor Description AwsAsRegisterInstance(io.vertx.core.Vertx vertx, DeployConfig config, Integer maxDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description rx.Observable<DeployRequest>executeAsync(DeployRequest 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
-
AwsAsRegisterInstance
public AwsAsRegisterInstance(io.vertx.core.Vertx vertx, DeployConfig config, Integer maxDuration)
-
-
Method Detail
-
executeAsync
public rx.Observable<DeployRequest> executeAsync(DeployRequest request)
- Specified by:
executeAsyncin interfaceCommand<DeployRequest>
-
-